CategoryCode class

Constructors

CategoryCode(String category, Uint8List icon, List<String> categoryCode, Uint8List markerIcon, {bool isSelected = false})

Properties

category String
To set the name to display the category
final
categoryCode List<String>
Category codes used to search the category
final
hashCode int
The hash code for this object.
no setterinherited
icon Uint8List
Icon to show in list
final
isSelected bool
To set the category is selected or not
getter/setter pair
markerIcon Uint8List
To set the marker icon to show on map
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited