iwfpapp
catalog_content
CatalogContent
CatalogContent const constructor
CatalogContent
iwfpapp
catalog_content
CatalogContent
CatalogContent const constructor
CatalogContent class
Constructors
CatalogContent
Properties
category
hashCode
key
runtimeType
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==
CatalogContent
constructor
const
CatalogContent
(
{
Key
key
,
@
required
CatalogCategory
category
}
)
Implementation
const CatalogContent({Key key, @required this.category}) : super(key: key);