GetBlockResult.fromJson constructor

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

Implementation

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