copyWith method

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

Implementation

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