CivicinfoSchemaV2Channel.fromJson constructor

CivicinfoSchemaV2Channel.fromJson(
  1. Map json_
)

Implementation

CivicinfoSchemaV2Channel.fromJson(core.Map json_)
  : this(
      id: json_['id'] as core.String?,
      type: json_['type'] as core.String?,
    );