parse method Null safety
override
Implementation
static Message? parse(Map<String, dynamic>? json) =>
json == null ? null : Message._fromJson(json);
static Message? parse(Map<String, dynamic>? json) =>
json == null ? null : Message._fromJson(json);