FHUValueNotifierExtension<T extends Object> extension

extension on T where T is any non-nullable Object, Its used to directly make ValueNotifier instance from that T.

on
  • T

Properties

notifier ValueNotifier<T>
using .notifier on any Objects allows you to create an instance of ValueNotifier that holds a value of type T for example:
no setter