NIMCacheQueryResult constructor

NIMCacheQueryResult({
  1. String? path,
  2. required int fileLength,
  3. int? creationDate,
})

Implementation

NIMCacheQueryResult({this.path, required this.fileLength, this.creationDate});