repeatedDoubleExtensionLite property

Extension<double> repeatedDoubleExtensionLite
final

Implementation

static final repeatedDoubleExtensionLite =
    $pb.Extension<$core.double>.repeated(
        const $core.bool.fromEnvironment('protobuf.omit_message_names')
            ? ''
            : 'protobuf_unittest.TestAllExtensionsLite',
        const $core.bool.fromEnvironment('protobuf.omit_field_names')
            ? ''
            : 'repeatedDoubleExtensionLite',
        42,
        $pb.PbFieldType.PD,
        check: $pb.getCheckFunction($pb.PbFieldType.PD));