ReadStateResponse.fromJson constructor

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

Implementation

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