ChatAvatar.fromJson constructor

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

Constructs a ChatAvatar from the provided json.

Implementation

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