fromJson static method

CockpitRevealAlignment fromJson(
  1. Object? json
)

Implementation

static CockpitRevealAlignment fromJson(Object? json) {
  return values.byName(json! as String);
}