You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -13,12 +13,12 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'http.pb.dart' as $94;
|
||||
import 'http.pb.dart' as $100;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
class Annotations {
|
||||
static final http = $pb.Extension<$94.HttpRule>(_omitMessageNames ? '' : 'google.protobuf.MethodOptions', _omitFieldNames ? '' : 'http', 72295728, $pb.PbFieldType.OM, defaultOrMaker: $94.HttpRule.getDefault, subBuilder: $94.HttpRule.create);
|
||||
static final http = $pb.Extension<$100.HttpRule>(_omitMessageNames ? '' : 'google.protobuf.MethodOptions', _omitFieldNames ? '' : 'http', 72295728, $pb.PbFieldType.OM, defaultOrMaker: $100.HttpRule.getDefault, subBuilder: $100.HttpRule.create);
|
||||
static void registerAllExtensions($pb.ExtensionRegistry registry) {
|
||||
registry.add(http);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user