Ntts class

Constructors

Ntts({bool is_cli = false, String? pathLib})

Properties

hashCode int
The hash code for this object.
no setterinherited
is_cli bool
getter/setter pair
path_lib String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

invokeRaw({required Map data, String? pathLib}) Map
library({String? pathLib}) DynamicLibrary
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
request({required NttsRequest nttsRequest, String? pathLib}) NttsResponse
requestRaw({required Map data, String? pathLib}) Map
toString() String
A string representation of this object.
inherited

Operators

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