saveRaw abstract method

void saveRaw(
  1. Map<String, dynamic> values,
  2. DocumentReference<Object?> reference, {
  3. bool isTimestamp = false,
  4. String createdFieldValueKey = documentCreatedAtKey,
  5. String updatedFieldValueKey = documentUpdatedAtKey,
})

Implementation

void saveRaw(
  Map<String, dynamic> values,
  DocumentReference reference, {
  bool isTimestamp = false,
  String createdFieldValueKey = documentCreatedAtKey,
  String updatedFieldValueKey = documentUpdatedAtKey,
});