Project_VmDnsSetting.fromJson constructor

Project_VmDnsSetting.fromJson(
  1. Object? json
)

Implementation

factory Project_VmDnsSetting.fromJson(Object? json) =>
    Project_VmDnsSetting(json as String);