tryParse static method
Returns the IndexOrder constant corresponding to the specified order.
Implementation
static IndexOrder? tryParse(String? order) => _values[order];
Returns the IndexOrder constant corresponding to the specified order.
static IndexOrder? tryParse(String? order) => _values[order];