albums property

  1. @TagNumber(1)
List<Album> get albums

Implementation

@$pb.TagNumber(1)
$core.List<Album> get albums => $_getList(0);