serviceList property

FirestoreLiveListV2<Map<String, dynamic>> serviceList
final

Implementation

final FirestoreLiveListV2<Map<String, dynamic>> serviceList = FirestoreLiveListV2(
  collection: 'services',
  queryBuilder: (col) => col.orderBy('order'),
  fromMap: (map) => map,
);