Result.fromJson constructor

Result.fromJson(
  1. Map json
)

Implementation

factory Result.fromJson(Map json) => _$ResultFromJson(json);