findAttributeByKey method
Finds ARB attribute by given key
Implementation
ARBAttribute? findAttributeByKey(ARBAttributeKey key) =>
attributes.firstWhereOrNull((x) => x.key == key);
Finds ARB attribute by given key
ARBAttribute? findAttributeByKey(ARBAttributeKey key) =>
attributes.firstWhereOrNull((x) => x.key == key);