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