ShowEffectiveAutokeyConfigResponse.fromJson constructor

ShowEffectiveAutokeyConfigResponse.fromJson(
  1. Map json_
)

Implementation

ShowEffectiveAutokeyConfigResponse.fromJson(core.Map json_)
    : this(
        keyProject: json_.containsKey('keyProject')
            ? json_['keyProject'] as core.String
            : null,
      );