ConfigFile.fromJson constructor

ConfigFile.fromJson(
  1. Map json_
)

Implementation

ConfigFile.fromJson(core.Map json_)
  : this(content: json_['content'] as core.String?);