FijkValue constructor
const
FijkValue({})
A constructor requires all value.
Implementation
const FijkValue({
required this.prepared,
required this.completed,
required this.audioRenderStart,
required this.videoRenderStart,
required this.state,
required this.size,
required this.rotate,
required this.duration,
required this.fullScreen,
required this.exception,
});