deserialize method
You can't use this function with DatabaseListProvided, as it already saves its content in the cloud automagically.
Implementation
@override
void deserialize(map) {
throw const ShouldNotCall(
'You should not use this function with a Database List Provided.');
}