path property

  1. @JsonKey(includeFromJson: false, includeToJson: false)
String? path
getter/setter pair

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;