callFromRow method

  1. @protected
E callFromRow(
  1. Row row
)

Used by DaoTenant to inject the tenant id

Implementation

@protected

/// Used by DaoTenant to inject the tenant id
E callFromRow(Row row) => fromRow(row);