ProjectView constructor

ProjectView({
  1. Project? project,
})

Implementation

ProjectView({this.project}) : super(fullyQualifiedName);