authorize property Null safety
Implementation
int get authorize => this._authorize;
Implementation
set authorize(int value) => this._authorize = value;
int get authorize => this._authorize;
set authorize(int value) => this._authorize = value;