RotateServerCaContext.fromJson constructor
RotateServerCaContext.fromJson(
- Map _json
Implementation
RotateServerCaContext.fromJson(core.Map _json)
: this(
kind: _json.containsKey('kind') ? _json['kind'] as core.String : null,
nextVersion: _json.containsKey('nextVersion')
? _json['nextVersion'] as core.String
: null,
);