asData property

AsyncData<T>? get asData

Implementation

AsyncData<T>? get asData => this is AsyncData<T> ? this as AsyncData<T> : null;