| Index: lib/protobuf_field.dart
|
| diff --git a/lib/protobuf_field.dart b/lib/protobuf_field.dart
|
| index 366724320aeae39618b0a6b8f63c313c193be108..20648c224ae58762f9538bc501f850d62c1814f7 100644
|
| --- a/lib/protobuf_field.dart
|
| +++ b/lib/protobuf_field.dart
|
| @@ -194,8 +194,8 @@ class ProtobufField {
|
| case FieldDescriptorProto_Type.TYPE_SINT64:
|
| case FieldDescriptorProto_Type.TYPE_FIXED64:
|
| case FieldDescriptorProto_Type.TYPE_SFIXED64:
|
| - baseType = 'ByteData';
|
| - typeString = write('ByteData');
|
| + baseType = 'Int64';
|
| + typeString = write('Int64');
|
| packable = true;
|
| switch (field.type) {
|
| case FieldDescriptorProto_Type.TYPE_INT64:
|
|
|