ReplyStateData.fromJson constructor

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

Implementation

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