FakeUsers constructor
FakeUsers({})
Implementation
FakeUsers({
required this.username,
required this.password,
required this.fullName,
required this.email,
required this.comments,
});
FakeUsers({
required this.username,
required this.password,
required this.fullName,
required this.email,
required this.comments,
});