path property
The local path to the attached file on the phone where it is sampled. This is used by e.g. a data manager to get and manage the file on the phone.
Implementation
// @JsonKey(includeFromJson: false, includeToJson: false)
String? path;
The local path to the attached file on the phone where it is sampled. This is used by e.g. a data manager to get and manage the file on the phone.
// @JsonKey(includeFromJson: false, includeToJson: false)
String? path;