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
toList List<T>
no setter

Methods

also(void operation(T it)) → T
做了某个操作后还返回本身啊
let<E>(E operation(T it)) → E?
判空后执行方法 返回新的参数
log({bool? crossLine}) → void