fromValue static method

TeamColor fromValue(
  1. dynamic value
)

Implementation

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