copyWith method

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

Implementation

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