FileLocation023 constructor
const
FileLocation023({})
File Location constructor.
Implementation
const FileLocation023({
required this.dcId,
required this.volumeId,
required this.localId,
required this.secret,
}) : super._();