HeliumPoCReceiptsWitness class

Annotations
  • @JsonSerializable()

Constructors

HeliumPoCReceiptsWitness({required int timestamp, required String gateway, required String owner, required int signal, double? snr, required String location, required String locationHex, required String packetHash, bool? isValid, String? invalidReason, double? frequency, String? datarate, int? channel})
HeliumPoCReceiptsWitness.fromJson(Map<String, dynamic> json)
factory

Properties

channel int?
final
datarate String?
final
frequency double?
final
gateway String
final
hashCode int
The hash code for this object.
no setterinherited
invalidReason String?
final
isValid bool?
final
location String
final
locationHex String
final
owner String
final
packetHash String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signal int
final
snr double?
final
timestamp int
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.
inherited

Operators

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