WebApiModulesAgentOrderOrderMessage class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- WebApiModulesAgentOrderOrderMessage({String? tag, String? message, bool? preventCheckOut, String? backgroundColor})
-
WebApiModulesAgentOrderOrderMessage.fromJson(Map<
String, dynamic> json) -
factory
Properties
- backgroundColor → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- message → String?
-
final
- preventCheckOut → bool?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tag → String?
-
final
Methods
-
copyWith(
{String? tag, String? message, bool? preventCheckOut, String? backgroundColor}) → WebApiModulesAgentOrderOrderMessage -
Available on WebApiModulesAgentOrderOrderMessage, provided by the $WebApiModulesAgentOrderOrderMessageExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? tag, Wrapped<String?> ? message, Wrapped<bool?> ? preventCheckOut, Wrapped<String?> ? backgroundColor}) → WebApiModulesAgentOrderOrderMessage -
Available on WebApiModulesAgentOrderOrderMessage, provided by the $WebApiModulesAgentOrderOrderMessageExtension extension
-
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.
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const WebApiModulesAgentOrderOrderMessage Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebApiModulesAgentOrderOrderMessage instance)