staticGetters property

Map<String, Object? Function()> staticGetters
final

Adapters for static getters on the enum type itself. These are non-constant static members like WidgetState.any.

Implementation

final Map<String, Object? Function()> staticGetters;