or method

String or(
  1. String other
)

Implementation

String or(String other) => isNotNullOrEmpty ? value : other;