toFile property

File? get toFile

Implementation

File? get toFile => isNotNullOrEmpty ? File(toNotNull) : null;