copyWith method

TMeUrlTypeSupergroup copyWith({
  1. int? supergroupId,
})

Implementation

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