NyState<T extends StatefulWidget> constructor

NyState<T extends StatefulWidget>({
  1. String? path,
})

Base NyState

Implementation

NyState({String? path}) : stateName = path;