EatsmartAuthOptions constructor

const EatsmartAuthOptions({
  1. required String baseUrl,
  2. required String siteId,
  3. required String password,
  4. bool dioLog = false,
})

Implementation

const EatsmartAuthOptions({
  required this.baseUrl,
  required this.siteId,
  required this.password,
  this.dioLog = false,
});