Contract constructor

Contract(
  1. String contractId,
  2. Account callerAccount
)

Implementation

Contract(this.contractId, this.callerAccount);