menu
messenger
domain/model/chat.dart
ChatId
ChatId.fromJson factory constructor
ChatId.fromJson
dark_mode
light_mode
ChatId.fromJson
constructor
ChatId.fromJson
(
String
val
)
Constructs a
ChatId
from the provided
val
.
Implementation
factory ChatId.fromJson(String val) = ChatId;
messenger
chat
ChatId
ChatId.fromJson factory constructor
ChatId class