SimpleEntry constructor

SimpleEntry(
  1. int? intValue,
  2. String? stringValue
)

Implementation

SimpleEntry(this.intValue,this.stringValue);