fromValue static method
Implementation
static PgrServiceApplicationStatus fromValue(dynamic value) {
ensureInitialized();
return MapperContainer.globals.fromValue(value);
}
static PgrServiceApplicationStatus fromValue(dynamic value) {
ensureInitialized();
return MapperContainer.globals.fromValue(value);
}