menu
Dart
dart:mirrors
MethodMirror
isRegularMethod property
isRegularMethod
dark_mode
light_mode
描述
isRegularMethod
属性
bool
isRegularMethod
被反射对象是否为常规函数或方法?
如果一个函数或方法不是获取器、设置器或构造器,则它是常规的。注意,根据这个定义,运算符也是常规方法。
实现
bool get isRegularMethod;
Dart
dart:mirrors
MethodMirror
isRegularMethod 属性
MethodMirror 类
Cookie 管理控件