name property
String
get
name
Implementation
String get name {
switch (this) {
case ClonifyCommandOptions.clientId:
return 'clientId';
}
}
String get name {
switch (this) {
case ClonifyCommandOptions.clientId:
return 'clientId';
}
}