pictures property
- @HiveField.new(9)
- @JsonKey.new(name: 'picture', includeIfNull: false)
inherited
Implementation
@HiveField(9)
@JsonKey(name: 'picture', includeIfNull: false)
List<PulseMedia>? get pictures =>
throw _privateConstructorUsedError;