ServerBusy class abstract

ServerBusy

Properties:

  • busy - True if the server is marked as busy (under high load)
  • expires - timestamp - number of seconds since Jan 1, 1970 UTC.

Constructors

ServerBusy([void updates(ServerBusyBuilder b)])
factory

Properties

busy bool?
True if the server is marked as busy (under high load)
no setter
expires int?
timestamp - number of seconds since Jan 1, 1970 UTC.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(ServerBusyBuilder)) ServerBusy
Rebuilds the instance.
inherited
toBuilder() ServerBusyBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<ServerBusy>
no setter