GetMessageContextOutput.fromJson constructor

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

Implementation

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