ServicePlayStateVo constructor
ServicePlayStateVo({
- required ServicePlayState state,
- String? url,
Implementation
ServicePlayStateVo({required this.state,this.url});
ServicePlayStateVo({required this.state,this.url});