updateRows abstract method

  1. @update
Future<int> updateRows(
  1. List<ModelType> rows
)

Implementation

@update
Future<int> updateRows(List<ModelType> rows);