str method

String str(
  1. String key
)

Implementation

String str(String key) => (this[key] ?? '').toString();