linktsp_api
page_block_model
PageBlockModelItem
PageBlockModelItem constructor
PageBlockModelItem
PageBlockModelItem
constructor
Null safety
PageBlockModelItem
(
{
int
?
id
,
String
?
name
,
String
?
description
,
int
?
itemType
,
int
?
code
,
List
<
ItemItem
>
?
items
}
)
Implementation
PageBlockModelItem({ this.id, this.name, this.description, this.itemType, this.code, this.items, });
linktsp_api
page_block_model
PageBlockModelItem
PageBlockModelItem constructor
PageBlockModelItem class
Constructors
PageBlockModelItem
fromJson
Properties
code
description
hashCode
id
items
itemType
name
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==