fromJson static method

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

Implementation

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