MessageResponseSchema.fromJson constructor

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

Implementation

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