fromJson static method

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

Implementation

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