state static method

String state(
  1. String stateName
)

Get the state name

Implementation

static String state(String stateName) {
  return "form_$stateName";
}