asString static method
- InsuranceProvider? insuranceProvider
Get the String representation of a InsuranceProvider.
Implementation
static String? asString(InsuranceProvider? insuranceProvider) =>
insuranceProvider?.toString();
Get the String representation of a InsuranceProvider.
static String? asString(InsuranceProvider? insuranceProvider) =>
insuranceProvider?.toString();