TraceabilityPage constructor

TraceabilityPage({
  1. String url = 'https://dev.panel.hainong.vn',
  2. String device_id = '',
  3. bool isLogin = true,
  4. bool isLink = false,
  5. String code = '',
  6. Key? key,
})

Implementation

TraceabilityPage({this.url = 'https://dev.panel.hainong.vn',this.device_id = '',this.isLogin = true,this.isLink = false,this.code = '',Key? key}) : super(key: key);