fromJson static method

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

Implementation

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