menu
zxcvbnm package
documentation
matchers.dart
BaseMatch
BaseMatch.new constructor
BaseMatch.new constructor
dark_mode
light_mode
BaseMatch
constructor
BaseMatch
(
{
required
String
password
,
required
int
start
,
required
int
end
,
})
Creates a match.
Implementation
BaseMatch({ required this.password, required this.start, required this.end, });
zxcvbnm package
documentation
matchers
BaseMatch
BaseMatch.new constructor
BaseMatch class