copyWith abstract method

GoogleRefreshToken copyWith({
  1. int? id,
  2. int? userId,
  3. String? refreshToken,
})

Implementation

GoogleRefreshToken copyWith({
  int? id,
  int? userId,
  String? refreshToken,
});