authorize property

int authorize

Implementation

int get authorize => this._authorize;
void authorize=(int value)

Implementation

set authorize(int value) => this._authorize = value;