fromYaml static method

PackageSettings fromYaml(
  1. Map map
)

Implementation

static PackageSettings fromYaml(Map map) => GeneralSettings.fromJson(map).budinoh;