KumihoObject class abstract
Base class for all high-level Kumiho domain objects.
This abstract base class provides common functionality shared by all Kumiho objects, including access to the client for making API calls. Subclasses build on top of protobuf responses to provide an expressive, documentable surface for SDK users.
All domain objects (Project, Space, Item, Revision, Artifact, Edge, Bundle) inherit from this class.
Constructors
- KumihoObject(dynamic client)
- Creates a new KumihoObject with a client reference.
Properties
- client → dynamic
-
The client instance for making API calls.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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