copyWith method

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

Implementation

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