toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (certPath != null) 'certPath': certPath!,
      if (pvkPassword != null) 'pvkPassword': pvkPassword!,
      if (pvkPath != null) 'pvkPath': pvkPath!,
    };