fromValue static method

ApiOperation fromValue(
  1. dynamic value
)

Implementation

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