represent method

String represent(
  1. String key
)

Implementation

String represent(String key) => '${this[key] ?? ''}';