APIEntityTypeNullableExtension extension

Extension for entity Types.

  • extension on Type? avoids resolution to extension on Object?.
on

Properties

isEntityIDPrimitiveType bool
Returns true if this Type is an int or String.
no setter
isEntityIDType bool
Returns true if this Type is an int, BigInt or String.
no setter
isEntityReferenceBaseType bool
Returns true if this Type is an EntityReference or EntityReferenceList.
no setter
typeInfo TypeInfo?
Returns this type as a TypeInfo.
no setter