HeliumPoCReceiptsPathElement class

Annotations
  • @JsonSerializable()

Constructors

HeliumPoCReceiptsPathElement({required List<HeliumPoCReceiptsWitness> witnesses, HeliumPoCReceiptsReceipt? receipt, HeliumGeocode? geocode, required String challengee, required String challengeeOwner, required String challengeeLocation, required String challengeeLocationHex, required double challengeeLat, required double challengeeLon})
HeliumPoCReceiptsPathElement.fromJson(Map<String, dynamic> json)
factory

Properties

challengee String
final
challengeeLat double
final
challengeeLocation String
final
challengeeLocationHex String
final
challengeeLon double
final
challengeeOwner String
final
geocode HeliumGeocode?
final
hashCode int
The hash code for this object.
no setterinherited
receipt HeliumPoCReceiptsReceipt?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
witnesses List<HeliumPoCReceiptsWitness>
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