ContactBalance constructor

const ContactBalance(
  1. int id,
  2. num balance
)

Implementation

const ContactBalance(this.id, this.balance);