label
This commit is contained in:
@@ -4,14 +4,14 @@ import '../entities/entities.dart';
|
||||
|
||||
class MyUser extends Equatable {
|
||||
final String id;
|
||||
final String email;
|
||||
final String name;
|
||||
String? picture;
|
||||
final String? email;
|
||||
final String? name;
|
||||
final String? picture;
|
||||
|
||||
MyUser({
|
||||
required this.id,
|
||||
required this.email,
|
||||
required this.name,
|
||||
this.email,
|
||||
this.name,
|
||||
this.picture,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user