staticGetters property

Map<String, Object? Function()> staticGetters
getter/setter pair

Static getter adapters for non-constant static members. E.g. WidgetState.any which returns a WidgetStatesConstraint.

Implementation

Map<String, Object? Function()> staticGetters = {};