CustomsItem class

Annotations

Constructors

CustomsItem(dynamic id, dynamic createdAt, dynamic updatedAt, dynamic objectType, dynamic mode, String? code, String? currency, String? description, String? hsTariffNumber, String? originCountry, int? quantity, String? value, double? weight)
CustomsItem.fromJson(Map<String, dynamic> input)
factory

Properties

code String?
final
createdAt DateTime?
finalinherited
currency String?
final
description String?
final
hashCode int
The hash code for this object.
no setterinherited
hsTariffNumber String?
final
id String
finalinherited
mode String?
finalinherited
objectType String?
finalinherited
originCountry String?
final
prefix String?
no setterinherited
quantity int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt DateTime?
finalinherited
value String?
final
weight double?
final

Methods

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

Operators

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