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