GraphGetListBlocksOutput.fromJson constructor

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

Implementation

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