copyWith method
Input$IpAllowListEntryOrder
copyWith({
- Enum$OrderDirection? direction,
- Enum$IpAllowListEntryOrderField? field,
Implementation
Input$IpAllowListEntryOrder copyWith(
{Enum$OrderDirection? direction,
Enum$IpAllowListEntryOrderField? field}) =>
Input$IpAllowListEntryOrder(
direction: direction == null ? this.direction : direction,
field: field == null ? this.field : field);