dont_write_bytecode property

Object? get dont_write_bytecode

dont_write_bytecode (getter)

Implementation

Object? get dont_write_bytecode => getAttribute("dont_write_bytecode");
set dont_write_bytecode (Object? dont_write_bytecode)

dont_write_bytecode (setter)

Implementation

set dont_write_bytecode(Object? dont_write_bytecode) =>
    setAttribute("dont_write_bytecode", dont_write_bytecode);