holds property
Holds?
get
holds
Library-specific features when a specific book is unavailable but provides a hold list.
Implementation
Holds? get holds =>
(this["holds"] as Map<String, dynamic>?)?.let((it) => Holds.fromJSON(it));