IfUtils<T> extension

on
  • T

Methods

ifElse(bool condition, {required T other}) → T

Available on T, provided by the IfUtils extension

ifElseNull(bool condition) → T?

Available on T, provided by the IfUtils extension