Parcel class

Annotations

Constructors

Parcel(dynamic id, dynamic createdAt, dynamic updatedAt, dynamic objectType, dynamic mode, double? height, double? length, String? predefinedPackage, double? weight, double? width)
Parcel.fromJson(Map<String, dynamic> input)
factory

Properties

createdAt DateTime?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
height double?
final
id String
finalinherited
length double?
final
mode String?
finalinherited
objectType String?
finalinherited
predefinedPackage String?
final
prefix String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt DateTime?
finalinherited
weight double?
final
width 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