MessageData.fromJson constructor

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

Implementation

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