RecordHeader class

Constructors

RecordHeader({bool isTimeCompressed = false, bool isDefinition = true, bool hasDeveloperFields = false, int localId = 0, int timeOffsetSeconds = 0})

Properties

hasDeveloperFields bool
final
hashCode int
The hash code for this object.
no setterinherited
isDefinition bool
final
isTimeCompressed bool
final
localId int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
no setter
timeOffsetSeconds int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBytes() Uint8List
toRow() List
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromBytes(Uint8List bytes) RecordHeader
fromMessage(Message message) RecordHeader