CreditNoteTabData.fromJson constructor

CreditNoteTabData.fromJson(
  1. dynamic json
)

Implementation

CreditNoteTabData.fromJson(dynamic json) {
  _cnTypeId = json['cn_type_id'];
  _name = json['name'];
  _cartCount = json['cart_count'];
}