PageBlockChatLink constructor
PageBlockChatLink({
- String? extra,
- int? client_id,
- string? title,
- ChatPhotoInfo? photo,
- string? username,
Implementation
PageBlockChatLink({
super.extra,
super.client_id,
this.title,
this.photo,
this.username,
});