LocalServerClientConfigItem constructor

LocalServerClientConfigItem({
  1. String? key,
  2. bool? isAssetsDone,
  3. String? version,
  4. int priority = 0,
})

Implementation

LocalServerClientConfigItem({this.key, this.isAssetsDone, this.version, this.priority = 0});