ApiExtension class

Constructors

ApiExtension({String className = 'ApiExtensionGen', String on = 'ApiUtils', String key = ''})
const

Properties

className String
生成的扩展类名
final
hashCode int
The hash code for this object.
no setterinherited
key String
代表baseUrl, 非空时表示包含该域名注解类, 其中接口会合并到一个文件中
final
on String
基于扩展的类名
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