nekomatic
0
Q:

flutter types class enum

enum CarType {
  sedan,
  suv,
  truck
}

class CarHireCompany {
  CarType storageType;

  CarHireCompany({@required this.storageType});
}
2

New to Communities?

Join the community