Documents constructor

const Documents({
  1. String? id,
  2. String? location,
  3. String? name,
})

Implementation

const factory Documents({
  String? id,
  String? location,
  String? name,
}) = _Documents;