VSphereScan.fromJson constructor

VSphereScan.fromJson(
  1. Map json_
)

Implementation

VSphereScan.fromJson(core.Map json_)
  : this(coreSource: json_['coreSource'] as core.String?);