menu
flutter_woocommerce_api package
documentation
models/jwt_response.dart
WooJWTResponse
WooJWTResponse constructor
WooJWTResponse constructor
dark_mode
light_mode
WooJWTResponse
constructor
WooJWTResponse
(
{
String
?
token
,
String
?
userEmail
,
String
?
userNicename
,
String
?
userDisplayName
,
})
Implementation
WooJWTResponse( {this.token, this.userEmail, this.userNicename, this.userDisplayName});
flutter_woocommerce_api package
documentation
models/jwt_response
WooJWTResponse
WooJWTResponse constructor
WooJWTResponse class