SeekForwardRequest constructor

  1. @literal
const SeekForwardRequest({
  1. required bool begin,
})

Implementation

@literal
const SeekForwardRequest({required this.begin});