MessageResponseSchemaCall.fromJson constructor

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

Implementation

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