LogisticPreferenceSetting.fromJson constructor

LogisticPreferenceSetting.fromJson(
  1. Map<String, dynamic> json
)

Implementation

LogisticPreferenceSetting.fromJson(Map<String, dynamic> json) {
  shipmentProvider = json['shipmentProvider'];
}