endsWith method

void endsWith(
  1. String columnName,
  2. String value
)

テキストの後方一致検索条件を追加します。

columnNameに項目名称、valueに条件値を指定してください。

Implementation

void endsWith(String columnName, String value) =>
    _platform.endsWith(columnName, value);