updateName abstract method

  1. @override
ProfileWithId<T> updateName(
  1. String name
)
override

Return a Profile with updated name.

Implementation

@override
ProfileWithId<T> updateName(String name);