Input$IpAllowListEntryOrder constructor

Input$IpAllowListEntryOrder({
  1. required Enum$OrderDirection direction,
  2. required Enum$IpAllowListEntryOrderField field,
})

Implementation

Input$IpAllowListEntryOrder({required this.direction, required this.field});