ConfigFile.fromJson constructor
ConfigFile.fromJson(
- Map json_
Implementation
ConfigFile.fromJson(core.Map json_)
: this(
fileContents: json_['fileContents'] as core.String?,
filePath: json_['filePath'] as core.String?,
fileType: json_['fileType'] as core.String?,
);