fromJson static method

RestartResponse fromJson(
  1. Map<String, Object?> obj
)
override

Implementation

static RestartResponse fromJson(Map<String, Object?> obj) =>
    RestartResponse.fromMap(obj);