getUpdateTimestampFields method

  1. @override
List<String> getUpdateTimestampFields()
override

Fields that should always be updated with server timestamp.

Implementation

@override
List<String> getUpdateTimestampFields() => ['updatedAt'];