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