CustomParam class

Constructors

CustomParam({required String codeContent, required String codeFileName, required String codePath, required Map<String, List<String>> parseParam})

Properties

codeContent String
代码内容
final
codeFileName String
代码内容的文件名
final
codePath String
代码内容的路径
final
hashCode int
The hash code for this object.
no setterinherited
parseParam Map<String, List<String>>
解析代码的map参数集
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