AutokeyConfig.fromJson constructor

AutokeyConfig.fromJson(
  1. Map json_
)

Implementation

AutokeyConfig.fromJson(core.Map json_)
    : this(
        keyProject: json_['keyProject'] as core.String?,
        name: json_['name'] as core.String?,
        state: json_['state'] as core.String?,
      );