ChatAvatar.fromJson constructor
Constructs a ChatAvatar from the provided json
.
Implementation
factory ChatAvatar.fromJson(Map<String, dynamic> json) =>
_$ChatAvatarFromJson(json);
Constructs a ChatAvatar from the provided json
.
factory ChatAvatar.fromJson(Map<String, dynamic> json) =>
_$ChatAvatarFromJson(json);