numeroTotaleLibri property

int get numeroTotaleLibri

Getter che restituisce il numero totale di libri.

Implementation

int get numeroTotaleLibri => _libri.length;