asDataList property

List<DataFace> get asDataList

Devuelve un List de los attributos del objeto

Implementation

List<DataFace> get asDataList => memberList.where((x) => x.isData).toList();