ProjectSettings.fromJson constructor

ProjectSettings.fromJson(
  1. Map json_
)

Implementation

ProjectSettings.fromJson(core.Map json_)
    : this(
        legacyRedirectionState:
            json_['legacyRedirectionState'] as core.String?,
        name: json_['name'] as core.String?,
        pullPercent: json_['pullPercent'] as core.int?,
      );