FwCoreControllersFwJwtControllerJwtResponseModel class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

FwCoreControllersFwJwtControllerJwtResponseModel({int? statuscode, String? statusmessage, String? accessToken, int? expiresIn, bool? resetpassword})
FwCoreControllersFwJwtControllerJwtResponseModel.fromJson(Map<String, dynamic> json)
factory

Properties

accessToken String?
final
expiresIn int?
final
hashCode int
The hash code for this object.
no setteroverride
resetpassword bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statuscode int?
final
statusmessage String?
final

Methods

copyWith({int? statuscode, String? statusmessage, String? accessToken, int? expiresIn, bool? resetpassword}) FwCoreControllersFwJwtControllerJwtResponseModel

Available on FwCoreControllersFwJwtControllerJwtResponseModel, provided by the $FwCoreControllersFwJwtControllerJwtResponseModelExtension extension

copyWithWrapped({Wrapped<int?>? statuscode, Wrapped<String?>? statusmessage, Wrapped<String?>? accessToken, Wrapped<int?>? expiresIn, Wrapped<bool?>? resetpassword}) FwCoreControllersFwJwtControllerJwtResponseModel

Available on FwCoreControllersFwJwtControllerJwtResponseModel, provided by the $FwCoreControllersFwJwtControllerJwtResponseModelExtension 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