pictures property

  1. @HiveField.new(12)
  2. @JsonKey.new(name: 'picture')
List<String>? get pictures

Implementation

@HiveField(12)
@JsonKey(name: 'picture')
List<String>? get pictures;