ExtensionT<T> extension

on
  • T

Properties

isNotNull bool
Check if the T is not null
no setter
isNull bool
Check if the T is null
no setter
notifier ValueNotifier<T>
转为 ValueNotifier
no setter

Methods

also(void operation(T it)) → T
做了某个操作后还返回本身啊
convertToList() List<T>
let<ReturnType>(ReturnType operation(T it)) → ReturnType
let是做了操作后返回新的类型
toast({ToastStyle? style, IconData? customIcon, ToastOptions? options}) Future<ExtendedOverlayEntry?>
toast 显示