VOrderSettings class

Constructors

VOrderSettings({String? orderTitle, String? orderImage, required bool isClosed, required String orderId, Map<String, dynamic>? pinData})
const
VOrderSettings.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
isClosed bool
final
orderId String
final
orderImage String?
final
orderTitle String?
final
pinData Map<String, dynamic>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? orderTitle, String? orderImage, bool? isClosed, String? orderId, Map<String, dynamic>? pinData}) VOrderSettings
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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