Variable.fromJson constructor

Variable.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory Variable.fromJson(Map<String, dynamic> json) =>
    _Variable.fromJson(json);