GraphGetListBlocksInput.fromJson constructor

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

Implementation

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