HttphealthCheck_PortSpecification.fromJson constructor

HttphealthCheck_PortSpecification.fromJson(
  1. Object? json
)

Implementation

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