withToken method

UserAccount withToken(
  1. String token
)

Implementation

UserAccount withToken(String token) => copyWith(currentToken: token);