Ark class

Constructors

Ark()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

closure(dynamic f(Ark f)) → void
construct(Type kind) → dynamic
constructor<T>(Object constructor()) → void
declare<T>(String name, Accessor<T> accessor) → void
export<M>() List<Defi<M>>
get<M, T>({String? name}) → T
ioc() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
store<M, T>(String n, Defi<M> m) → void
toString() String
A string representation of this object.
inherited
vars(Type v) Map<String, Accessor>?

Operators

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