fromJson static method

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

Implementation

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