auth property

AuthController get auth

Implementation

AuthController get auth => this['auth'] as AuthController;
set auth (AuthController _auth)

Implementation

set auth(AuthController _auth) => this['auth'] = _auth;