UsageMessaging class

Usage Messaging

Annotations
  • @experimental

Constructors

UsageMessaging.new({required String range, required int messagesTotal, required int topicsTotal, required int providersTotal, required int subscriberTotal, required List<Metric> messages, required List<Metric> topics, required List<Metric> providers, required List<Metric> subscribers})
UsageMessaging.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
messages List<Metric>
Aggregated number of messages per period.
final
messagesTotal int
Total aggregated number of messages.
final
props List<Object>
The list of properties that will be used to determine whether two instances are equal.
no setter
providers List<Metric>
Aggregated number of providers per period.
final
providersTotal int
Total aggregated number of message providers.
final
range String
Time range of the usage stats.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
subscribers List<Metric>
Aggregated number of subscribers per period.
final
subscriberTotal int
Total aggregated number of messages subscriber.
final
topics List<Metric>
Aggregated number of topics per period.
final
topicsTotal int
Total aggregated number of message topics.
final

Methods

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

Operators

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