CivicinfoSchemaV2Channel constructor

CivicinfoSchemaV2Channel({
  1. String? id,
  2. String? type,
})

Implementation

CivicinfoSchemaV2Channel({this.id, this.type});