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