ColorAdapter constructor

ColorAdapter({
  1. int? typeId,
})

Constructor

Implementation

ColorAdapter({int? typeId}) : typeId = typeId ?? _defaultTypeId;