ColorAdapter constructor
ColorAdapter({
- int? typeId,
Constructor
Implementation
ColorAdapter({int? typeId}) : typeId = typeId ?? _defaultTypeId;
Constructor
ColorAdapter({int? typeId}) : typeId = typeId ?? _defaultTypeId;