meta property

  1. @JsonKey(readValue: Jsonable.stringToMapReadValue)
Map? meta
getter/setter pair

User modifiable key-value store. Can be used for keeping references to another system of record for managing images. Metadata must not exceed 1024 bytes

{ "meta": "metaID" }

Implementation

@JsonKey(readValue: Jsonable.stringToMapReadValue)
Map? meta;