asString static method

String? asString(
  1. FormType? formType
)

Get the String representation of a FormType.

Implementation

static String? asString(FormType? formType) => formType?.toString();