toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final revocationState = this.revocationState;
final revocationTime = this.revocationTime;
return {
'revocationState': ?revocationState,
'revocationTime': ?revocationTime,
};
}