GetMessagesOutput.fromJson constructor

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

Implementation

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