getVOrM abstract method

  1. @protected
dynamic getVOrM(
  1. K key
)

Used by tail-call-optimisation. Returns type V or M.

Implementation

@protected
dynamic getVOrM(K key);