menu
oph_core package
documentation
models/oph.dart
OState
OState.new constructor
OState.new constructor
dark_mode
light_mode
OState
constructor
OState
(
{
required
String
name
,
required
String
code
,
List
<
OSubState
>
?
substate
,
})
Implementation
OState({required this.name, required this.code, this.substate});
oph_core package
documentation
models/oph
OState
OState.new constructor
OState class