optionalExt property

Extension<TestAllTypesLite> optionalExt
final

Implementation

static final optionalExt = $pb.Extension<TestAllTypesLite>(
    const $core.bool.fromEnvironment('protobuf.omit_message_names')
        ? ''
        : 'protobuf_unittest.TestParsingMergeLite',
    const $core.bool.fromEnvironment('protobuf.omit_field_names')
        ? ''
        : 'optionalExt',
    1000,
    $pb.PbFieldType.OM,
    defaultOrMaker: TestAllTypesLite.getDefault,
    subBuilder: TestAllTypesLite.create);