menu
flutter_pipwave_ekyc package
documentation
m7_livelyness_detection/index.dart
Marker
matchesName method
matchesName method
dark_mode
light_mode
matchesName
method
bool
matchesName
(
String
name
)
Implementation
bool matchesName(String name) { return this.name.trim().toLowerCase() == name.toLowerCase(); }
flutter_pipwave_ekyc package
documentation
m7_livelyness_detection/index
Marker
matchesName method
Marker class