Back to Flutter Boost

InterceptorState<T> class

doc/api/boost_interceptor/InterceptorState-class.html

5.0.21.9 KB
Original Source

InterceptorState<T> class

Constructors

InterceptorState(T data, [InterceptorResultType type = InterceptorResultType.next])

Properties

data↔ T read / write hashCodeint The hash code for this object. [...] read-only, inherited runtimeTypeType A representation of the runtime type of the object. read-only, inherited typeInterceptorResultType read / write

Methods

noSuchMethod(Invocation invocation) → dynamic Invoked when a non-existent method or property is accessed. [...] inherited toString() → String A string representation of this object. [...] inherited

Operators

operator ==(Object other) → bool The equality operator. [...] inherited