LCDInfo constructor

LCDInfo({
  1. required String host,
  2. int port = 1317,
})

Implementation

LCDInfo({
  required this.host,
  this.port = 1317,
});