ResourceStatusShutdownDetails_StopState.fromJson constructor

ResourceStatusShutdownDetails_StopState.fromJson(
  1. Object? json
)

Implementation

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