findAssetWhere abstract method

CurrencyAsset? findAssetWhere(
  1. bool matcher(
    1. CurrencyAsset asset
    )
)

Implementation

CurrencyAsset? findAssetWhere(bool Function(CurrencyAsset asset) matcher);