ApplePayShippingMethod.fromJson constructor

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

Implementation

factory ApplePayShippingMethod.fromJson(Map<String, dynamic> json) =>
    _$ApplePayShippingMethodFromJson(json);