printCustom property

  1. @JsonKey(name: 'print_custom')
List<Map<String, dynamic>>? printCustom
getter/setter pair

Implementation

@JsonKey(name: 'print_custom')
late List<Map<String, dynamic>>? printCustom;