SkillListRow class

One line of the table PRD 12.2 specifies: name · version · module · kind · host · scope · status · also visible from.

Constructors

SkillListRow({required String name, required String version, required String module, required String kind, required String host, required String scope, required String status, required String alsoVisibleFrom})
const

Properties

alsoVisibleFrom String
Section 7 made visible: detected hosts that read the destination without having been targeted (R7.9).
final
cells List<String>
no setter
hashCode int
The hash code for this object.
no setterinherited
host String
final
kind String
final
module String
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope String
final
status String
The verb this unit would resolve to right now, which is what makes the table a status rather than an inventory.
final
version String
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