copyWith method

Implementation

BotWriteAccessAllowReasonConnectedWebsite copyWith({String? domainName}) =>
    BotWriteAccessAllowReasonConnectedWebsite(
      domainName: domainName ?? this.domainName,
    );