copyWith method
Implementation
InternalLinkTypeMyProfilePage copyWith({String? section}) =>
InternalLinkTypeMyProfilePage(section: section ?? this.section);
InternalLinkTypeMyProfilePage copyWith({String? section}) =>
InternalLinkTypeMyProfilePage(section: section ?? this.section);