RigLabels class final

What rig can read back off a container it finds.

Constructors

RigLabels({required String hash, required Lifetime lifetime, required String project, required String summary})
const

Properties

hash → String
final
hashCode → int
The hash code for this object.
no setterinherited
lifetime → Lifetime
final
project → String
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
summary → String
final

Methods

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

Operators

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

Static Methods

tryParse(Map<String, String> labels) → RigLabels?
Read rig's labels off labels, or null when rig did not make this container.