copyWith abstract method
Implementation
UserInfo copyWith({
int? id,
String? userIdentifier,
String? userName,
String? fullName,
String? email,
DateTime? created,
String? imageUrl,
List<String>? scopeNames,
bool? blocked,
});
UserInfo copyWith({
int? id,
String? userIdentifier,
String? userName,
String? fullName,
String? email,
DateTime? created,
String? imageUrl,
List<String>? scopeNames,
bool? blocked,
});