Data constructor

Data({
  1. String? phone,
  2. String? auth_token,
  3. String? order_type,
})

Implementation

Data({this.phone, this.auth_token, this.order_type});