NIMTeamNotificationAttachment constructor Null safety

NIMTeamNotificationAttachment(
  1. {required int type,
  2. Map<String, dynamic>? extension}
)

Implementation

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