asString static method

String? asString(
  1. InsuranceProvider? insuranceProvider
)

Get the String representation of a InsuranceProvider.

Implementation

static String? asString(InsuranceProvider? insuranceProvider) =>
    insuranceProvider?.toString();