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