CollectionEntity constructor

const CollectionEntity({
  1. required String name,
})

Implementation

const CollectionEntity({required this.name});