UKeyValueData.fromJson constructor

UKeyValueData.fromJson(
  1. String str
)

Implementation

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