TimeOfDayAdapter constructor

const TimeOfDayAdapter({
  1. int? typeId,
})

Constructor

Implementation

const TimeOfDayAdapter({int? typeId}) : typeId = typeId ?? _defaultTypeId;