type property
PikyOption?
get
type
Get the current state of the ImagePicker
Implementation
PikyOption? get type => _state != null ? type : null;
Get the current state of the ImagePicker
PikyOption? get type => _state != null ? type : null;