future property

(Future<AlbumOre> Function()?) future
inherited

future

Implementation

Future<R> Function()? get future => $get(#future);
void future=(Future<AlbumOre> future()?)
inherited

Implementation

set future(Future<R> Function()? future) => $set(#future, future);