parsed method

String? parsed(
  1. String key
)

Implementation

String? parsed(String key) => wasParsed(key) ? this[key] : null;