Input$IpAllowListEntryOrder constructor
Input$IpAllowListEntryOrder({
- required Enum$OrderDirection direction,
- required Enum$IpAllowListEntryOrderField field,
Implementation
Input$IpAllowListEntryOrder({required this.direction, required this.field});