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