HTExternalClass class abstract
Namespace class of low level external dart functions for Hetu to use.
- Mixed-in types
- Implementers
- HTBigIntClassBinding
- HTBooleanClassBinding
- HTFloatClassBinding
- HTFutureClassBinding
- HTHashClassBinding
- HTHetuClassBinding
- HTIntClassBinding
- HTIterableClassBinding
- HTIteratorClassBinding
- HTListClassBinding
- HTMapClassBinding
- HTMathClassBinding
- HTNumberClassBinding
- HTRandomClassBinding
- HTSetClassBinding
- HTStringClassBinding
- HTSystemClassBinding
Constructors
Properties
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 -
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 -
instanceSubGet(
dynamic object, dynamic key) → dynamic -
Fetch a instance member of the Dart class by the
varName
, in the form of -
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 -
memberGet(
String varName, {String? from}) → dynamic -
Fetch a member by the
varName
, in the form ofinherited -
memberSet(
String varName, dynamic varValue, {String? from}) → void -
Assign a value to a member by the
varName
, in the form ofinherited -
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 ofinherited -
subSet(
dynamic varName, dynamic varValue, {String? from}) → void -
Assign a value to a member by the
varName
, in the form ofinherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited