WebApiModulesInventoryRepairCreateRepairResponse class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- WebApiModulesInventoryRepairCreateRepairResponse({String? repairId, WebApiModulesInventoryRepairRepair? repair, int? status, bool? success, String? msg})
-
const
-
WebApiModulesInventoryRepairCreateRepairResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
copyWith(
{String? repairId, WebApiModulesInventoryRepairRepair? repair, int? status, bool? success, String? msg}) → WebApiModulesInventoryRepairCreateRepairResponse -
Available on WebApiModulesInventoryRepairCreateRepairResponse, provided by the $WebApiModulesInventoryRepairCreateRepairResponseExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? repairId, Wrapped<WebApiModulesInventoryRepairRepair?> ? repair, Wrapped<int?> ? status, Wrapped<bool?> ? success, Wrapped<String?> ? msg}) → WebApiModulesInventoryRepairCreateRepairResponse -
Available on WebApiModulesInventoryRepairCreateRepairResponse, provided by the $WebApiModulesInventoryRepairCreateRepairResponseExtension 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 ==(
Object other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const WebApiModulesInventoryRepairCreateRepairResponse Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebApiModulesInventoryRepairCreateRepairResponse instance)