copyWith method

InternalLinkTypeMyProfilePage copyWith({
  1. String? section,
})

Implementation

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