$getProperty method
Get a property by identifier
on this instance
Implementation
@override
$Value? $getProperty(Runtime runtime, String identifier) {
switch (identifier) {
case 'startChunkedConversion':
return __startChunkedConversion;
case 'bind':
return __bind;
default:
return _superclass.$getProperty(runtime, identifier);
}
}