build method

  1. @override
Z3_ast build(
  1. Context c
)
override

Implementation

@override
Z3_ast build(Context c) => c._z3.func_decl_to_ast(
      buildFuncDecl(c),
    );