NyState<T extends StatefulWidget> constructor

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

Base NyState

Implementation

NyState({super.name, super.path});