CustomInline constructor

const CustomInline(
  1. String code
)

Implementation

const CustomInline(String code) : _code = code;