$getProperty method
Get a property by identifier
on this instance
Implementation
@override
$Value? $getProperty(Runtime runtime, String identifier) {
switch (identifier) {
case 'complete':
return const _$Completer_complete();
case 'future':
return const _$Completer_future();
}
}