LastUpdateShaStamp constructor

LastUpdateShaStamp({
  1. int? id,
  2. int? projectId,
  3. required List<({String sha, DateTime updatedDate})> shasAndTimeStamp,
})

Implementation

factory LastUpdateShaStamp({
  int? id,
  int? projectId,
  required List<({String sha, DateTime updatedDate})> shasAndTimeStamp,
}) = _LastUpdateShaStampImpl;