copyWith method

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

Implementation

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