ModelImageMessage.fromJson constructor

ModelImageMessage.fromJson(
  1. Map<String, dynamic> json
)

The factory method for the image message from the json.

Implementation

factory ModelImageMessage.fromJson(Map<String, dynamic> json) =>
    _$ModelImageMessageFromJson(json);