NIMTeamNotificationAttachment constructor

NIMTeamNotificationAttachment({
  1. required int type,
  2. String? extension,
})

Implementation

NIMTeamNotificationAttachment({required this.type, this.extension});