menu
rapidfire package
documentation
models/SynFetchModels.dart
FetchableItem
FetchableItem.new constructor
FetchableItem.new constructor
dark_mode
light_mode
FetchableItem
constructor
FetchableItem
(
{
String
?
ItemName
,
String
?
DisplayName
,
int
?
TotalCount
,
int
?
FetchedDataCount
,
})
Implementation
FetchableItem({this.ItemName, this.DisplayName, this.TotalCount, this.FetchedDataCount});
rapidfire package
documentation
models/SynFetchModels
FetchableItem
FetchableItem.new constructor
FetchableItem class