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