StatusResponse class

Annotations
  • @JsonSerializable(checked: true, createToJson: true, disallowUnrecognizedKeys: false, explicitToJson: true)

Constructors

StatusResponse({required String nodeStatus, required List<String> problems, required num id, required String actionheroVersion, required num uptime, required String names, required String description, required String version, num? consumedMemoryMB, num? eventLoopDelay, num? resqueTotalQueueLength})
Returns a new StatusResponse instance.
const
StatusResponse.fromJson(Map<String, dynamic> json)
factory

Properties

actionheroVersion String
final
consumedMemoryMB num?
final
description String
final
eventLoopDelay num?
final
hashCode int
The hash code for this object.
no setteroverride
id num
final
names String
final
nodeStatus String
final
problems List<String>
final
resqueTotalQueueLength num?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uptime num
final
version String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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