RScanController constructor

RScanController({
  1. bool isPlay = true,
})

Implementation

RScanController({this.isPlay: true})
    : assert(isPlay != null),
      super();