fromJson static method

PKShippingType fromJson(
  1. Map map
)

Implementation

static PKShippingType fromJson(Map map) => PKShippingType(map['value'] as String);