Right constructor
const
Right({})
Implementation
const factory Right({
@Default(null) String? userId,
@Default(false) bool read,
@Default(false) bool write,
@Default(false) bool administration,
}) = _Right;
const factory Right({
@Default(null) String? userId,
@Default(false) bool read,
@Default(false) bool write,
@Default(false) bool administration,
}) = _Right;