toMap method

Object? toMap()

Implementation

Object? toMap() {
  return userSerializers.serializeWith(UserModel.serializer, this);
}