props property
override
Fields used for value-based equality and hash code computation.
Two AuthTokenModel instances are considered equal when all token fields and expiration times match.
Implementation
@override
List<Object> get props => <Object>[accessToken, refreshToken, tokenType, expiresIn, refreshExpiresIn];