APIEntityTypeNullableExtension extension

Extension for entity Types.

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

Properties

isEntityIDPrimitiveType bool

Available on Type?, provided by the APIEntityTypeNullableExtension extension

Returns true if this Type is an int or String.
no setter
isEntityIDType bool

Available on Type?, provided by the APIEntityTypeNullableExtension extension

Returns true if this Type is an int, BigInt or String.
no setter
isEntityReferenceBaseType bool

Available on Type?, provided by the APIEntityTypeNullableExtension extension

Returns true if this Type is an EntityReference or EntityReferenceList.
no setter
typeInfo TypeInfo?

Available on Type?, provided by the APIEntityTypeNullableExtension extension

Returns this type as a TypeInfo.
no setter