DartObjectExtension extension
- on
-
- DartObject
Methods
-
toEnumValueString(
) → String? -
Available on DartObject, provided by the DartObjectExtension extension
get the String representation of the enum value, ornull
if the enum was not valid -
toForeignKeyAction(
) → ForeignKeyAction? -
Available on DartObject, provided by the DartObjectExtension extension
get the ForeignKeyAction this enum represents, or the result ofnull
if the enum did not contain a valid value