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