ReactContext class

A JavaScript interop class representing the return value of createContext.

Used for accessing Dart Context.Provider & Context.Consumer components.

For internal/advanced use only.

Annotations
  • @JS()
  • @anonymous

Constructors

ReactContext()

Properties

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