menu
neomage package
documentation
data/services/rate_limit_service.dart
PolicyLimit
PolicyLimit.new const constructor
PolicyLimit.new const constructor
dark_mode
light_mode
PolicyLimit
constructor
const
PolicyLimit
(
{
required
String
name
,
required
bool
allowed
,
})
Implementation
const PolicyLimit({required this.name, required this.allowed});
neomage package
documentation
data/services/rate_limit_service
PolicyLimit
PolicyLimit.new const constructor
PolicyLimit class