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