TerminalSessionKeyIndexSetting.fromJson constructor

TerminalSessionKeyIndexSetting.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory TerminalSessionKeyIndexSetting.fromJson(Map<String, dynamic> json) =>
    TerminalSessionKeyIndexSetting(mpkIndex: json["MPKIndex"] as int, ppkIndex: json["PPKIndex"] as int, dpkIndex: json["DPKIndex"] as int);