menu
country_state_picker package
documentation
models/state.dart
State
State constructor
State constructor
dark_mode
light_mode
State
constructor
State
(
{
required
String
name
,
required
String
stateCode
,
})
Implementation
State({ required this.name, required this.stateCode, });
country_state_picker package
documentation
models/state
State
State constructor
State class