type property

PikyOption? type

Get the current state of the ImagePicker

Implementation

PikyOption? get type => _state != null ? type : null;