customEntryOrder property

void customEntryOrder=(List<String>? customEntryOrder)

Implementation

set customEntryOrder(List<String>? customEntryOrder) {
  _customEntryOrder = customEntryOrder;
}