Entity class

Constructors

Entity({EntityType? type, DateTimeGranularity? dateTimeGranularity, double? dateTime, String? airlineCode, String? flightNumber, String? unnormalizedCurrency, int? integerPart, int? fractionalPart, ParcelTrackingCarrier? parcelCarrier, String? parcelTrackingNumber, String? countryCode, String? iban, String? isbn, PaymentCardNetwork? paymentCardNetwork, String? paymentCardNumber})

Properties

airlineCode String?
final
countryCode String?
final
dateTime double?
final
dateTimeGranularity DateTimeGranularity?
final
flightNumber String?
final
fractionalPart int?
final
hashCode int
The hash code for this object.
no setterinherited
iban String?
final
integerPart int?
final
isbn String?
final
parcelCarrier ParcelTrackingCarrier?
final
parcelTrackingNumber String?
final
paymentCardNetwork PaymentCardNetwork?
final
paymentCardNumber String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type EntityType?
final
unnormalizedCurrency String?
final

Methods

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

Operators

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