Selection constructor

Selection({
  1. String? displayName,
  2. String? value,
})

Implementation

Selection({this.displayName, this.value});