framework property

  1. @TagNumber.new(9)
String get framework

Framework that actually performed the generation. Optional because some C ABI paths don't surface it.

Implementation

@$pb.TagNumber(9)
$core.String get framework => $_getSZ(8);
  1. @TagNumber.new(9)
set framework (String value)

Implementation

@$pb.TagNumber(9)
set framework($core.String value) => $_setString(8, value);