FValue.uninitialized constructor
const
FValue.uninitialized()
Construct FValue with uninitialized value
Implementation
const FValue.uninitialized()
: this(
prepared: false,
completed: false,
videoRenderStart: false,
audioRenderStart: false,
state: FState.idle,
size: null,
rotate: 0,
duration: const Duration(),
fullScreen: false,
exception: FException.noException,
);