IntakeVlanAttachment.fromJson constructor
IntakeVlanAttachment.fromJson(
- Map json_
Implementation
IntakeVlanAttachment.fromJson(core.Map json_)
: this(
id: json_['id'] as core.String?,
pairingKey: json_['pairingKey'] as core.String?,
);