shippingOption property

String? get shippingOption

Implementation

String? get shippingOption {
  return _options?['shippingOption'] as String?;
}