NIMTeamNotificationAttachment constructor Null safety

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

Implementation

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