ErrorLoadResult.fromJson constructor

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

Implementation

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