fromJson static method

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

Implementation

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