ArkTSOptions class
arkts参数
Constructors
-
ArkTSOptions({Iterable<
String> ? copyrightHeader}) -
构造
const
Properties
-
copyrightHeader
→ Iterable<
String> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
merge(
ArkTSOptions options) → ArkTSOptions -
Overrides any non-null parameters from
options
into this to make a new ArkTSOptions. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, Object> - 转为map对象
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromMap(
Map< String, Object> map) → ArkTSOptions