hasFinancialData property
bool
get
hasFinancialData
Whether this event has financial data attached.
Implementation
bool get hasFinancialData => amount > 0;
Whether this event has financial data attached.
bool get hasFinancialData => amount > 0;