menu
shared_component package
documentation
data/dropdown_model.dart
DropDownResponse
DropDownResponse.new constructor
DropDownResponse.new constructor
dark_mode
light_mode
DropDownResponse
constructor
DropDownResponse
(
{
int
?
value
,
String
?
text
,
int
?
mappingId
,
int
?
parentId
,
String
?
secondaryText
,
})
Implementation
DropDownResponse({this.value, this.text, this.mappingId, this.parentId, this.secondaryText});
shared_component package
documentation
data/dropdown_model
DropDownResponse
DropDownResponse.new constructor
DropDownResponse class