state static method

dynamic state(
  1. String stateName
)

Get the state name

Implementation

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