StartupMessage class
- Inheritance
-
- Object
- BaseMessage
- ClientMessage
- StartupMessage
Constructors
- StartupMessage(String databaseName, TimeZoneSettings timeZone, {String? username, ReplicationMode replication = ReplicationMode.none, required Encoding encoding})
Properties
Methods
-
applyToBuffer(
ByteDataWriter buffer) → void -
override
-
asBytes(
) → Uint8List -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited