fromValue static method

ContentAlignment fromValue(
  1. dynamic value
)

Implementation

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