fromJson static method

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

Implementation

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