withCode method

Code withCode(
  1. String code
)

Creates an instance of Code from a raw string, to be used by compiles.

Implementation

Code withCode(String code) => Code(code: code, library: this);