imageFills property

  1. @JsonKey(name: 'meta', readValue: _readValueWithString)
Map<String, String>? imageFills
final

Images imported by the user. Map where the keys are image IDs and the value is an image URL.

Implementation

@JsonKey(name: 'meta', readValue: _readValueWithString)
final Map<String, String>? imageFills;