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