state property
String
get
state
Implementation
String get state => _stateDir != null
? 'final ${_fileName.pascalCase}State state = ${_fileName.pascalCase}State();'
: '';
String get state => _stateDir != null
? 'final ${_fileName.pascalCase}State state = ${_fileName.pascalCase}State();'
: '';