Origination constructor
Origination({
- bool? disabled,
- List<
OriginationRoute> ? routes,
Implementation
Origination({
this.disabled,
this.routes,
});
Origination({
this.disabled,
this.routes,
});