AccountAnnualRevenue constructor

const AccountAnnualRevenue({
  1. int? amount,
  2. String? currency,
  3. String? fiscalYearEnd,
})

AccountAnnualRevenue

Implementation

const AccountAnnualRevenue({
  this.amount,
  this.currency,
  this.fiscalYearEnd,
});