BlockProductionResult.fromJson constructor

BlockProductionResult.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory BlockProductionResult.fromJson(Map<String, dynamic> json) =>
    _$BlockProductionResultFromJson(json);