get<T> method

Returns ParchmentAttribute from this set by specified key.

Implementation

ParchmentAttribute<T>? get<T>(ParchmentAttributeKey<T> key) =>
    _data[key.key] as ParchmentAttribute<T>?;