menu
c package
documentation
md.dart
Quote
cover method
cover method
dark_mode
light_mode
cover
method
String
cover
(
String
str
)
Implementation
String cover(String str) => "${this.starts}$str${this.ends}";
c package
documentation
md
Quote
cover method
Quote class