latestPic property

XFile? get latestPic

Implementation

XFile? get latestPic => _latestPic;
set latestPic (XFile? value)

Implementation

set latestPic(XFile? value) {
  _latestPic = value;
  notifyListeners();
}