toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      "broadcast": broadcast,
      "read": read,
      "writeWithoutResponse": writeWithoutResponse,
      "write": write,
      "notify": notify,
      "indicate": indicate,
      "authenticatedSignedWrites": authenticatedSignedWrites,
      "reliableWrite": reliableWrite,
      "writableAuxiliaries": writableAuxiliaries,
    };