QueryResult constructor

QueryResult(
  1. List<Map<String, Object?>> object
)

Implementation

QueryResult(this.object);