ItemImportRequestUserAuth class

Available extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

ItemImportRequestUserAuth({required String userId, required String authToken})
ItemImportRequestUserAuth.fromJson(Map<String, dynamic> json)
factory

Properties

authToken String
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String
final

Methods

copyWith({String? userId, String? authToken}) ItemImportRequestUserAuth

Available on ItemImportRequestUserAuth, provided by the $ItemImportRequestUserAuthExtension extension

copyWithWrapped({Wrapped<String>? userId, Wrapped<String>? authToken}) ItemImportRequestUserAuth

Available on ItemImportRequestUserAuth, provided by the $ItemImportRequestUserAuthExtension 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 ItemImportRequestUserAuth Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(ItemImportRequestUserAuth instance)