creditNoteTabResponseFromJson function

CreditNoteTabResponse creditNoteTabResponseFromJson(
  1. String str
)

data : {"cn_type_id":"1","name":"Expired","cart_count":"0"},{"cn_type_id":"2","name":"Breakage","cart_count":"1"} success : 1 message : "Records found."

Implementation

CreditNoteTabResponse creditNoteTabResponseFromJson(String str) => CreditNoteTabResponse.fromJson(json.decode(str));