fromValue static method

PgrServiceApplicationStatus fromValue(
  1. dynamic value
)

Implementation

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