FConfig class

配置注解类,用于标记配置名称和代理类型。

Annotations
  • @Target.new({TargetKind.classType})

Constructors

FConfig(String configName, Type proxyType)
创建一个 FConfig 实例,需指定 configNameproxyType
const

Properties

configName String
配置名称
final
hashCode int
The hash code for this object.
no setterinherited
proxyType Type
代理类型
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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