collection property

  1. @override
String collection
getter/setter pairoverride-getter

The name of the collection in Firestore.

Must be overridden in the implementing class.

Implementation

@override
String collection = 'buyer';