IfUtils<T> extension

on
  • T

Methods

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