copyWith method
Implementation
GetSupergroup copyWith({
int? supergroupId,
}) =>
GetSupergroup(
supergroupId: supergroupId ?? this.supergroupId,
);
GetSupergroup copyWith({
int? supergroupId,
}) =>
GetSupergroup(
supergroupId: supergroupId ?? this.supergroupId,
);