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