APIRootInfo class

The APIRoot information.

Returned by API-INFO.

Constructors

APIRootInfo(APIRoot apiRoot, [APIRequest? apiRequest])

Properties

apiRequest APIRequest?
final
apiRoot APIRoot
final
hashCode int
The hash code for this object.
no setterinherited
modules List<APIModuleInfo>
Returns the modules of the apiRoot.
no setter
name String
Returns the name of the apiRoot.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedModule String?
Returns the optional selected module to generate info.
no setter
version String
Returns the version of the apiRoot.
no setter

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