satisfies method

dynamic satisfies(
  1. dynamic x$3
)
override

Implementation

dc.dynamic satisfies(dc.dynamic x$3, ){
final dc.bool or$7508_$AUTO_$7=(x$3 is lcoc_core.ILookup$iface);
if(or$7508_$AUTO_$7){
return or$7508_$AUTO_$7;
}
final dc.bool or$7508_$AUTO_$8=(x$3 is dc.List);
if(or$7508_$AUTO_$8){
return or$7508_$AUTO_$8;
}
final dc.bool or$7508_$AUTO_$9=(x$3 is dc.String);
if(or$7508_$AUTO_$9){
return or$7508_$AUTO_$9;
}
final dc.bool or$7508_$AUTO_$10=(x$3 is dc.MapEntry);
if(or$7508_$AUTO_$10){
return or$7508_$AUTO_$10;
}
final dc.bool or$7508_$AUTO_$11=(x$3 is dc.Map);
if(or$7508_$AUTO_$11){
return or$7508_$AUTO_$11;
}
return false;
}