VmwareVsphereTag.fromJson constructor

VmwareVsphereTag.fromJson(
  1. Map json_
)

Implementation

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