TimeFormatModel constructor

TimeFormatModel({
  1. int? id,
  2. String? timeFormat,
})

Implementation

TimeFormatModel({this.id, this.timeFormat});