moduleAndArgs property

  1. @override
String moduleAndArgs
final

Returns the module name and the arguments that were used in the statement that created this table. In that sense, CREATE VIRTUAL TABLE <name> USING <moduleAndArgs>; can be used to create this table in sql.

Implementation

@override
final String moduleAndArgs;