RecordedModel constructor

RecordedModel({
  1. required String id,
})

Implementation

RecordedModel({
  required final this.id,
});