value property
String
get
value
Get String value.
Implementation
String get value {
switch (this) {
case ResponseStatus.SUCCEEDED:
return 'STATUS_SUCCEEDED';
}
}
Get String value.
String get value {
switch (this) {
case ResponseStatus.SUCCEEDED:
return 'STATUS_SUCCEEDED';
}
}