UFileConfig.fromJson constructor

UFileConfig.fromJson(
  1. String str
)

Implementation

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