instanceType property

PageStateMatcherInstanceType get instanceType

Implementation

PageStateMatcherInstanceType get instanceType =>
    PageStateMatcherInstanceType.fromJS(_wrapped.instanceType);
set instanceType (PageStateMatcherInstanceType v)

Implementation

set instanceType(PageStateMatcherInstanceType v) {
  _wrapped.instanceType = v.toJS;
}