toJson method

Map<String?, dynamic>? toJson()

Implementation

Map<String, dynamic> toJson() => {
      "address": address,
      "author": author,
      "deployTx": deployTx.toJson(),
      "terminationTx": terminationTx.toJson(),
      "type": type,
    };