contextType property
ContextType
get
contextType
The type of context this corresponds to.
Implementation
ContextType get contextType => ContextType.fromJS(_wrapped.contextType);
set
contextType
(ContextType v)
Implementation
set contextType(ContextType v) {
_wrapped.contextType = v.toJS;
}