insert abstract method

Future<int> insert(
  1. T? t, [
  2. String? tableName
])
inherited

插入单个model

Implementation

Future<int> insert(T? t, [String? tableName]);