fromJson static method

PKPaymentMethodType fromJson(
  1. Map map
)

Implementation

static PKPaymentMethodType fromJson(Map map) => PKPaymentMethodType(map['value'] as int);