RecordingId constructor

const RecordingId(
  1. String id
)

Implementation

const factory RecordingId(String id) = _RecordingId;