ByteArkLighthouseSetting constructor

ByteArkLighthouseSetting({
  1. required String? projectId,
  2. bool? debug,
})

Constructs a ByteArkLighthouseSetting with the specified settings.

Implementation

ByteArkLighthouseSetting({required this.projectId, this.debug});