CustomVariables.fromJson constructor

CustomVariables.fromJson(
  1. String source
)

Implementation

factory CustomVariables.fromJson(String source) => CustomVariables.fromMap(json.decode(source));