NopServerMethod constructor

const NopServerMethod({
  1. bool isDynamic = false,
  2. bool useTransferType = false,
  3. bool cached = false,
  4. bool unique = false,
})

Implementation

const NopServerMethod({
  this.isDynamic = false,
  this.useTransferType = false,
  this.cached = false,
  this.unique = false,
});