Returns value if this is NOT empty, otherwise null is returned.
@override T? get maybeValue => isEmpty ? null : value;