ShowEffectiveAutokeyConfigResponse.fromJson constructor
ShowEffectiveAutokeyConfigResponse.fromJson(
- Map json_
Implementation
ShowEffectiveAutokeyConfigResponse.fromJson(core.Map json_)
: this(
keyProject: json_['keyProject'] as core.String?,
);