toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final androidSettings = this.androidSettings;
final createTime = this.createTime;
final displayName = this.displayName;
final expressSettings = this.expressSettings;
final iosSettings = this.iosSettings;
final labels = this.labels;
final name = this.name;
final testingOptions = this.testingOptions;
final wafSettings = this.wafSettings;
final webSettings = this.webSettings;
return {
'androidSettings': ?androidSettings,
'createTime': ?createTime,
'displayName': ?displayName,
'expressSettings': ?expressSettings,
'iosSettings': ?iosSettings,
'labels': ?labels,
'name': ?name,
'testingOptions': ?testingOptions,
'wafSettings': ?wafSettings,
'webSettings': ?webSettings,
};
}