attr method

String? attr(
  1. String key
)

Implementation

String? attr(String key) => attributes[key];