EditAtom constructor

EditAtom({
  1. String? endTimeOffset,
  2. List<String>? inputs,
  3. String? key,
  4. String? startTimeOffset,
})

Implementation

EditAtom({
  this.endTimeOffset,
  this.inputs,
  this.key,
  this.startTimeOffset,
});