RemoteData.fromJson constructor

RemoteData.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory RemoteData.fromJson(Map<String, Object?> json) => _$RemoteDataFromJson(json);