state property

Implementation

AuthenticationState get state => controller.state;
void state=(AuthenticationState value)

Implementation

set state(AuthenticationState value) => controller.state = value;