ServicePlayStateVo constructor

ServicePlayStateVo({
  1. required ServicePlayState state,
  2. String? url,
})

Implementation

ServicePlayStateVo({required this.state,this.url});