fromJson static method

Implementation

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