isValid property Null safety
Is the current user a valid user
Implementation
@Rest(ignore: true)
@Sqlite(ignore: true)
bool get isValid => id.isNotEmpty;
Is the current user a valid user
@Rest(ignore: true)
@Sqlite(ignore: true)
bool get isValid => id.isNotEmpty;