getAnnotationCategoriesAsync property
Future<List<AnnotationCategory> > Function()
get
getAnnotationCategoriesAsync
Implementation
_i2.Future<_i2.List<_i3.AnnotationCategory>> Function()
get getAnnotationCategoriesAsync =>
() => _i5.promiseToFuture(_i5.callMethod(
_i5.getProperty(
this,
'getAnnotationCategoriesAsync',
),
r'call',
[this],
));
set
getAnnotationCategoriesAsync
(Future<List<AnnotationCategory> > value())
Implementation
set getAnnotationCategoriesAsync(
_i2.Future<_i2.List<_i3.AnnotationCategory>> Function() value) {
_i5.setProperty(
this,
'getAnnotationCategoriesAsync',
_i5.allowInterop(value),
);
}