fromJson static method

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

Implementation

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