addEncrypted method

int addEncrypted(
  1. bool? encrypted
)

Implementation

int addEncrypted(bool? encrypted) {
  fbBuilder.addBool(6, encrypted);
  return fbBuilder.offset;
}