fileopt property

Extension<Aggregate> fileopt
final

Implementation

static final fileopt = $pb.Extension<Aggregate>(
    const $core.bool.fromEnvironment('protobuf.omit_message_names')
        ? ''
        : 'google.protobuf.FileOptions',
    const $core.bool.fromEnvironment('protobuf.omit_field_names')
        ? ''
        : 'fileopt',
    15478479,
    $pb.PbFieldType.OM,
    defaultOrMaker: Aggregate.getDefault,
    subBuilder: Aggregate.create);