asString static method

String? asString(
  1. DropOffType? dropOffType
)

Get the String representation of a DropOffType.

Implementation

static String? asString(DropOffType? dropOffType) => dropOffType?.toString();