MBUserContractStatus class

The status of a contract, accepted or declined by a user

Constructors

MBUserContractStatus({required int id, required bool accepted})
MBUserContractStatus.fromDictionary(Map<String, dynamic> dictionary)
factory

Properties

accepted bool
If the contract has been accepted or declined
final
hashCode int
The hash code for this object.
no setterinherited
id int
The id of the contract
final
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
toDictionary() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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