FacilityLoadForProjectEvent constructor

const FacilityLoadForProjectEvent({
  1. required String projectId,
  2. bool loadAllProjects,
})

Implementation

const factory FacilityLoadForProjectEvent(
    {required final String projectId,
    final bool loadAllProjects}) = _$FacilityLoadForProjectEventImpl;