insert method

Future insert(
  1. Map<String, dynamic> row
)

Implementation

Future insert(Map<String, dynamic> row) =>
    _operator.insert(row, table: table);