RecordLocation constructor

const RecordLocation({
  1. required String repositoryPath,
  2. required String recordPath,
})

Implementation

const RecordLocation({
  required this.repositoryPath,
  required this.recordPath,
});