pullOr<T> static method

T pullOr<T>(
  1. T t
)

Implementation

static T pullOr<T>(T t) => subject<T>().valueOrNull ?? t;