mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-10 23:17:27 +00:00
[dart] fix bug which generated wrong code (#8780)
This commit is contained in:
@@ -7,6 +7,7 @@ import 'dart:typed_data' show Uint8List;
|
||||
import 'package:flat_buffers/flat_buffers.dart' as fb;
|
||||
|
||||
|
||||
|
||||
class MonsterExtra {
|
||||
MonsterExtra._(this._bc, this._bcOffset);
|
||||
factory MonsterExtra(List<int> bytes) {
|
||||
|
||||
Reference in New Issue
Block a user