linktsp_api
list_model
ListingDataModel
ListingDataModel constructor
ListingDataModel
ListingDataModel
constructor
Null safety
ListingDataModel
(
{
int
?
length
,
List
<
ListingItem
>
?
items
}
)
Implementation
ListingDataModel({ this.length, this.items, });
linktsp_api
list_model
ListingDataModel
ListingDataModel constructor
ListingDataModel class
Constructors
ListingDataModel
fromJson
Properties
hashCode
items
length
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==