menu
anybill_base
anybill_base_models
CategoryDto
CategoryDto constructor
CategoryDto
brightness_4
brightness_5
CategoryDto
constructor
CategoryDto
(
{
required
String
id
,
String
?
name
,
String
?
iconResource
,
required
int
color
}
)
Implementation
CategoryDto({ required this.id, this.name, this.iconResource, required this.color, });
anybill_base
anybill_base_models
CategoryDto
CategoryDto constructor
CategoryDto class
Constructors
CategoryDto
fromJson
Properties
color
hashCode
iconResource
id
name
props
runtimeType
stringify
Methods
noSuchMethod
toJson
toString
Operators
operator ==