creditNoteListResponseToJson function

String creditNoteListResponseToJson(
  1. CreditNoteListResponse data
)

Implementation

String creditNoteListResponseToJson(CreditNoteListResponse data) => json.encode(data.toJson());