AnnotationUtil class

Constructors

AnnotationUtil()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Static Methods

canHaveGenerics(DartType type) bool
getDataType(DartObject value) String
获取 DartObject 数据类型。代码格式
getDataValue(DartObject dartObject, Map<String, dynamic>? target) String
获取 DartObject 数据值字符串。代码格式
getGenericTypes(DartType type) List<DartType>

Constants

KEEP_NAME_PREFIX → const String