HeaderModel class

Implementers

Constructors

HeaderModel(int id, int version, String number, String? subject, double? value, String? currencyCode, bool flag, DateTime received, bool read, String? summary)
HeaderModel.fromJson(Map<String, dynamic> json)
factory

Properties

currencyCode String?
getter/setter pair
flag bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int
final
number String
final
read bool
getter/setter pair
received DateTime
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject String?
getter/setter pair
summary String?
getter/setter pair
value double?
getter/setter pair
version int
getter/setter pair

Methods

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

Operators

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