isLoopback method

Expr isLoopback()

Implementation

Expr isLoopback() {
  return ExprExtensionCall(
    fn: 'isLoopback',
    args: [this],
  );
}