menu
c package
documentation
md.dart
Quote
hasCoveringIn method
hasCoveringIn method
dark_mode
light_mode
hasCoveringIn
method
bool
hasCoveringIn
(
String
str
)
Implementation
bool hasCoveringIn(String str) => str.startsWith(this.starts) && str.endsWith(this.ends);
c package
documentation
md
Quote
hasCoveringIn method
Quote class