copyWith method

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

Implementation

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