Agent class abstract

Implementers

Constructors

Agent({required String name, String? title, String? description, List<Requirement>? requires, List<String>? labels})

Properties

description String
no setter
hashCode int
The hash code for this object.
no setterinherited
labels List<String>
no setter
name String
no setter
requires List<Requirement>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
no setter

Methods

initRequirements(List<Requirement> requires) → void
Hook for subclasses to mutate/normalize requirements if needed.
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