deserialize method

  1. @override
void deserialize(
  1. dynamic map
)
override

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.');
}