Xamarin.Forms by Microsoft

<PackageReference Include="Xamarin.Forms" Version="5.0.0.2012" />

.NET API 1,467,856 bytes

 AsyncValue<T>

public sealed class AsyncValue<T> : INotifyPropertyChanged
For internal use by the Xamarin.Forms platform.
public static AsyncValue<T> Null { get; }

For internal use by the Xamarin.Forms platform.

public bool IsRunning { get; set; }

For internal use by the Xamarin.Forms platform.

public T Value { get; }

For internal use by the Xamarin.Forms platform.

For internal use by the Xamarin.Forms platform.

public AsyncValue(Task<T> valueTask, T defaultValue = null)