NoSuchFunctionException class

函数未找到异常

Implemented types

Constructors

NoSuchFunctionException(Type type, String functionName, {dynamic message})

Properties

functionName String
要查找的函数的名字
final
hashCode int
The hash code for this object.
no setterinherited
message → dynamic
其他信息
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type Type
所发生异常时的类型
final

Methods

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

Operators

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