copyWith method

  1. @override
ProxyTypeMtproto copyWith({
  1. String? secret,
})
override

Implementation

@override
ProxyTypeMtproto copyWith({
  String? secret,
}) =>
    ProxyTypeMtproto(
      secret: secret ?? this.secret,
    );