ConfigurationInfo.fromJson constructor

ConfigurationInfo.fromJson(
  1. String str
)

Implementation

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