ProjectSnapshotsResponseModel constructor
const
ProjectSnapshotsResponseModel({
- required List<
ProjectSnapshotResponseModel> snapshots,
Implementation
const ProjectSnapshotsResponseModel({
required this.snapshots,
});