Value.fromJson constructor

Value.fromJson(
  1. String str
)

Implementation

factory Value.fromJson(String str) => Value.fromMap(json.decode(str));