clearData method
inherited
Implementation
void clearData() {
location = null;
selectedListing = null;
imageFiles = [];
caption = '';
}
void clearData() {
location = null;
selectedListing = null;
imageFiles = [];
caption = '';
}