DartObjectExtension extension

on
  • DartObject

Methods

toEnumValueString() String?

Available on DartObject, provided by the DartObjectExtension extension

get the String representation of the enum value, or null 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 of null if the enum did not contain a valid value