toJson method
Convert to json object.
Implementation
String toJson() => switch (this) {
auto => 'AUTO',
any => 'ANY',
none => 'NONE',
};
Convert to json object.
String toJson() => switch (this) {
auto => 'AUTO',
any => 'ANY',
none => 'NONE',
};