NIMResourceQueryOption constructor

NIMResourceQueryOption({
  1. List<String>? extensions,
  2. int? timeInterval,
})

Implementation

NIMResourceQueryOption({this.extensions, this.timeInterval});