represent method

String represent(
  1. String key
)
inherited

Implementation

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