toBijoyIf method

String toBijoyIf(
  1. bool condition
)

Implementation

String toBijoyIf(bool condition) {
  return condition ? toBijoy : this;
}