fromJson static method

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

Implementation

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