tempImagePath property
String
get
tempImagePath
Implementation
String get tempImagePath {
return $$context$$["tempImagePath"];
}
set
tempImagePath
(String value)
Implementation
set tempImagePath(String value) {
$$context$$["tempImagePath"] = value;
}