toJson method

String toJson()

Implementation

String toJson() => switch (this) {
  SocksAuthMethod.noauth => 'noauth',
  SocksAuthMethod.password => 'password',
};