sql method

String sql()

Implementation

String sql() =>
    conditions.entries.map((e) => '${e.key} = @${e.key}').join(' AND ');