isBlank property

bool isBlank

isBlankU says whether the imageData is null or not

Implementation

bool get isBlank => _pickedImageUInt8List.value == null;