isDeposit property

bool isDeposit

Implementation

bool get isDeposit => where((a) => a.typeUrl == depositTypeUrl).isNotEmpty;