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