PageBlockChatLink constructor

PageBlockChatLink({
  1. String? extra,
  2. int? client_id,
  3. string? title,
  4. ChatPhotoInfo? photo,
  5. string? username,
})

Implementation

PageBlockChatLink({
  super.extra,
  super.client_id,
  this.title,
  this.photo,
  this.username,
});