Get pack data into buffer code
List<String> get pack { return <String>[ '${optional ? 'if ($name != null) ' : ''}${packer(nameEnsured)};' ]; }