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