configureForRuntime static method
void
configureForRuntime(
- Runtime runtime
Configure this enum for use in a Runtime
Implementation
static void configureForRuntime(Runtime runtime) {
runtime.registerBridgeEnumValues(
'package:flutter_map/src/layer/scalebar/scalebar.dart',
'ScalebarLength',
$ScalebarLength._$values,
);
runtime.registerBridgeFunc(
'package:flutter_map/src/layer/scalebar/scalebar.dart',
'ScalebarLength.values*g',
$ScalebarLength.$values,
);
}