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