req property

DropFTIndexReq? get req

Implementation

DropFTIndexReq? get req => this._req;
set req (DropFTIndexReq? req)

Implementation

set req(DropFTIndexReq? req) {
  this._req = req;
}