linktsp_api
list_model
BreadCrumb
BreadCrumb constructor
BreadCrumb
BreadCrumb
constructor
Null safety
BreadCrumb
(
{
int
?
id
,
String
?
title
,
int
?
resultsCount
,
List
<
BreadCrumb
>
?
children
,
String
?
hexaCode
}
)
Implementation
BreadCrumb({ this.id, this.title, this.resultsCount, this.children, this.hexaCode, });
linktsp_api
list_model
BreadCrumb
BreadCrumb constructor
BreadCrumb class
Constructors
BreadCrumb
fromJson
Properties
children
hashCode
hexaCode
id
resultsCount
runtimeType
title
Methods
noSuchMethod
toJson
toString
Operators
operator ==