getmetadata property
dynamic Function()
get
getmetadata
Implementation
_i2.dynamic Function() get getmetadata => () => _i4.callMethod(
_i4.getProperty(
this,
'getmetadata',
),
r'call',
[this],
);
set
getmetadata
(dynamic value())
Implementation
set getmetadata(_i2.dynamic Function() value) {
_i4.setProperty(
this,
'getmetadata',
_i4.allowInterop(value),
);
}