initState method

void initState(
  1. String state
)

Implementation

void initState(String state){
  this._state=state;
}