CreateCustomerTokenResponse constructor

CreateCustomerTokenResponse({
  1. int? status,
  2. String? message,
  3. Data? data,
})

Implementation

CreateCustomerTokenResponse({
    this.status,
    this.message,
    this.data,});