menu
df_safer_dart_lints package
documentation
_common.dart
SendableRule
SendableRule.new constructor
SendableRule.new constructor
dark_mode
light_mode
SendableRule
constructor
SendableRule
(
{
required
LintCode
code
,
required
String
shortName
,
required
String
longName
,
})
Implementation
SendableRule({ required super.code, required this.shortName, required this.longName, });
df_safer_dart_lints package
documentation
_common
SendableRule
SendableRule.new constructor
SendableRule class