copyWith method

  1. @override
ChatTypeBasicGroup copyWith({
  1. int? basicGroupId,
})
override

Implementation

@override
ChatTypeBasicGroup copyWith({
  int? basicGroupId,
}) => ChatTypeBasicGroup(
  basicGroupId: basicGroupId ?? this.basicGroupId,
);