Coordinator constructor

Coordinator({
  1. int? itemId,
  2. String? forgerAddr,
  3. String? bidderAddr,
  4. String? URL,
  5. int? ethereumBlock,
})

Implementation

Coordinator(
    {this.itemId,
    this.forgerAddr,
    this.bidderAddr,
    // ignore: non_constant_identifier_names
    this.URL,
    this.ethereumBlock});