ToastOptions

fun ToastOptions(    positionClass: ToastPosition? = null,     escapeHtml: Boolean? = null,     closeButton: Boolean? = null,     closeHtml: String? = null,     closeDuration: Int? = null,     newestOnTop: Boolean? = null,     showEasing: ToastEasing? = null,     hideEasing: ToastEasing? = null,     closeEasing: ToastEasing? = null,     showMethod: ToastMethod? = null,     hideMethod: ToastMethod? = null,     closeMethod: ToastMethod? = null,     preventDuplicates: Boolean? = null,     timeOut: Int? = null,     extendedTimeOut: Int? = null,     progressBar: Boolean? = null,     rtl: Boolean? = null,     onShown: () -> Unit? = null,     onHidden: () -> Unit? = null,     onClick: () -> Unit? = null,     onCloseClick: () -> Unit? = null)