isWithdraw property
bool
get
isWithdraw
Implementation
bool get isWithdraw => where((a) => a.typeUrl == withdrawTypeUrl).isNotEmpty;
bool get isWithdraw => where((a) => a.typeUrl == withdrawTypeUrl).isNotEmpty;