typeInt property

int typeInt

Users should not edit this value.

This is a field used internally by the library.

Implementation

int get typeInt => type.value;
void typeInt=(int typeInt)

Users should not edit this value.

This is a field used internally by the library.

Implementation

set typeInt(int typeInt) {
  _type = RequestType(typeInt);
}