Metadata constructor

Metadata({
  1. String? firstIncompleteDate,
  2. String? firstIncompleteHour,
})

Implementation

Metadata({this.firstIncompleteDate, this.firstIncompleteHour});