Returns an array of title of the choice
title
@override List<String>? get title { return isNotEmpty ? choice.map((S2Choice<T> item) => item.title).toList().cast<String>() : null; }