getDatumDetails method
Returns a list of datum details from the selection model of type
.
Implementation
@override
List<DatumDetails<D>> getDatumDetails(SelectionModelType type) =>
<DatumDetails<D>>[];
Returns a list of datum details from the selection model of type
.
@override
List<DatumDetails<D>> getDatumDetails(SelectionModelType type) =>
<DatumDetails<D>>[];