NotifyState class

Annotations
  • @freezed

Constructors

NotifyState(String address, String destination, dynamic level, dynamic target, int remaining, int timestamp)
const
factory
NotifyState.fromJson(Map<String, dynamic> json)
factory

Properties

address String
no setterinherited
copyWith → $NotifyStateCopyWith<NotifyState>
no setterinherited
destination String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
level → dynamic
no setterinherited
remaining int
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target → dynamic
no setterinherited
timestamp int
no setterinherited

Methods

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

Operators

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