isDeposit property

bool get isDeposit

Implementation

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