empty static method
Empty Constructor for UserModel
Implementation
static UserModel empty () => const UserModel(id: '', email: '', userName: '', fullName: '');
Empty Constructor for UserModel
static UserModel empty () => const UserModel(id: '', email: '', userName: '', fullName: '');