localPath property

  1. @override
String localPath
getter/setter pair

Implementation

@override
//get image => isImageFile ? ImageF(localPath) : super.image;

String localPath = '';