readGuid method
Reads a Guid from the specified row and column of table.
Implementation
@pragma('vm:prefer-inline')
Guid readGuid(int row, MetadataTable table, int column) =>
guidHeap[readUint(row, table, column) - 1];
Reads a Guid from the specified row and column of table.
@pragma('vm:prefer-inline')
Guid readGuid(int row, MetadataTable table, int column) =>
guidHeap[readUint(row, table, column) - 1];