NIMLeaveTeamAttachment constructor Null safety

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

Implementation

NIMLeaveTeamAttachment({
  required int type,
  String? extension,
}) : super(
        type: type,
        extension: extension,
      );