MethodPair<T> constructor

MethodPair<T>(
  1. Object key,
  2. T value
)

Implementation

MethodPair(this.key, this.value);