BoomflameAttrsListExtension extension
Methods
-
allWithName(
String name) → List< Attribute> -
Available on List<
Returns all Attribute objects equal toAttribute> , provided by the BoomflameAttrsListExtension extensionnameor empty list. -
firstWithName(
String name) → Attribute? -
Available on List<
Returns the first Attribute equal toAttribute> , provided by the BoomflameAttrsListExtension extensionnameor null if not found.