Entity class

Implementers

Constructors

Entity(String _string)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

TYPE_ADDRESS → const int
TYPE_DATE_TIME → const int
TYPE_EMAIL → const int
TYPE_FLIGHT_NUMBER → const int
TYPE_IBAN → const int
TYPE_ISBN → const int
TYPE_MONEY → const int
TYPE_PAYMENT_CARD → const int
TYPE_PHONE → const int
TYPE_TRACKING_NUMBER → const int
TYPE_URL → const int