toasts property

List<ToastData> get toasts

Implementation

List<ToastData> get toasts => List.unmodifiable(_toasts);