ordering property
Methods and properties available with the IaBaseOrdering native module.
Implementation
IaBaseOrdering get ordering {
if (_ordering == null) {
throw _moduleNotInitializedError;
}
return _ordering!;
}
Methods and properties available with the IaBaseOrdering native module.
IaBaseOrdering get ordering {
if (_ordering == null) {
throw _moduleNotInitializedError;
}
return _ordering!;
}