copyWith abstract method

AuthenticationData copyWith({
  1. String? id,
  2. String? token,
  3. User? user,
  4. String? refreshToken,
  5. AuthDeviceInfo? deviceInfo,
})

Implementation

AuthenticationData copyWith({
  String? id,
  String? token,
  User? user,
  String? refreshToken,
  AuthDeviceInfo? deviceInfo,
});