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