just property

_Just<T> just

Implementation

_Just<T> get just => _Just(onSet: (value) => _set(value, verifyDataChange));