CustomsItem.fromJson constructor

CustomsItem.fromJson(
  1. Map<String, dynamic> input
)

Implementation

factory CustomsItem.fromJson(Map<String, dynamic> input) =>
    _$CustomsItemFromJson(input);