copyWith method
Implementation
CreateBasicGroupChat copyWith({int? basicGroupId, bool? force}) =>
CreateBasicGroupChat(
basicGroupId: basicGroupId ?? this.basicGroupId,
force: force ?? this.force,
);
CreateBasicGroupChat copyWith({int? basicGroupId, bool? force}) =>
CreateBasicGroupChat(
basicGroupId: basicGroupId ?? this.basicGroupId,
force: force ?? this.force,
);