GetListBlocksOutput.fromJson constructor

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

Implementation

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