Xamarin.Forms by Microsoft

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

.NET API 1,445,288 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)