fromJson static method

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

Implementation

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