Chat constructor
const
Chat({})
Constructs a Chat object.
Implementation
const Chat({
required this.id,
required this.type,
this.title,
this.username,
this.firstName,
this.lastName,
this.isForum,
});
Constructs a Chat object.
const Chat({
required this.id,
required this.type,
this.title,
this.username,
this.firstName,
this.lastName,
this.isForum,
});