APIEntityTypeExtension extension

Extension for entity Types.

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

Methods

tryParse<V>(Object? value, [V? def]) → V?
Parses value using TypeInfo.parse.