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