toJson method

dynamic toJson()

Implementation

toJson() {
  return {"subnet_id": subnet_id, "certificate": certificate};
}