FlutterProject constructor

FlutterProject({
  1. required String path,
  2. required int buildSize,
})

Implementation

FlutterProject({
  required this.path,
  required this.buildSize,
});