TrDto.sep constructor

TrDto.sep(
  1. int? ts,
  2. OperationType? operation,
  3. int? user_id,
  4. int? user_ts,
  5. String? comment,
  6. int? crc,
  7. int table_id, {
  8. FieldData? fieldData,
})

Implementation

TrDto.sep(int? ts, OperationType? operation, int? user_id, int? user_ts,
    String? comment, int? crc, int table_id,
    {FieldData? fieldData}) {
  sep(ts, operation, user_id, user_ts, comment, crc, table_id,
      fieldData: fieldData);
}