Mod constructor

Mod(
  1. dynamic modable,
  2. dynamic obj
)

Implementation

Mod(modable, obj) : super([modable, obj]);