cover method

String cover(
  1. String str
)

Implementation

String cover(String str) => "${this.starts}$str${this.ends}";