in platform/core/snackbars/coaster/coaster.component.js [26:33]
function FdsCoasterComponent() {
this.title = '';
this.message = '';
this.icon = '';
this.color = '';
this.snackBarRef = undefined;
this.viewContainerRef = undefined;
}