HTConsoleClass class

Inheritance
  • Object
  • HTExternalClass
  • HTConsoleClass

Constructors

HTConsoleClass()

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
valueType → HTType?
no setterinherited

Methods

contains(String varName) bool
inherited
instanceMemberGet(dynamic object, String varName) → dynamic
Default HTExternalClass constructor. Fetch a instance member of the Dart class by the varName, in the form of
inherited
instanceMemberSet(dynamic object, String varName, dynamic varValue) → void
Assign a value to a instance member of the Dart class by the varName, in the form of
inherited
instanceSubGet(dynamic object, dynamic key) → dynamic
Fetch a instance member of the Dart class by the varName, in the form of
inherited
instanceSubSet(dynamic object, dynamic key, dynamic varValue) → void
Assign a value to a instance member of the Dart class by the varName, in the form of
inherited
memberGet(String varName, {String? from}) → dynamic
Fetch a member by the varName, in the form of
override
memberSet(String varName, dynamic varValue, {String? from}) → void
Assign a value to a member by the varName, in the form of
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
subGet(dynamic varName, {String? from}) → dynamic
Fetch a member by the varName, in the form of
inherited
subSet(dynamic varName, dynamic varValue, {String? from}) → void
Assign a value to a member by the varName, in the form of
inherited
toString() String
A string representation of this object.
inherited

Operators

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