TestIsInitialized_SubMessage_SubGroup.fromBuffer constructor

TestIsInitialized_SubMessage_SubGroup.fromBuffer(
  1. List<int> data, [
  2. ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY
])

Implementation

factory TestIsInitialized_SubMessage_SubGroup.fromBuffer(
        $core.List<$core.int> data,
        [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) =>
    create()..mergeFromBuffer(data, registry);