ExistsRule constructor

ExistsRule([
  1. String? _table,
  2. String? _column
])

Implementation

ExistsRule([this._table, this._column]);