dictionary property

List<Album Function()> dictionary

Implementation

List<Album Function()> get dictionary => $get(#dictionary) ?? [];
void dictionary=(List<Album Function()> album)

Implementation

set dictionary(List<Album Function()> album) => $set(#dictionary, album);