ContextMessage.fromJson constructor

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

Implementation

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