Import.onServer constructor

const Import.onServer(
  1. String import, {
  2. required List show,
})

Implementation

const Import.onServer(this.import, {required this.show}) : platform = ImportPlatform.server;