ChatAppearance.fromJson constructor

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

Implementation

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