V2TimCallback constructor

V2TimCallback(
  1. int? code,
  2. String? desc
)

Implementation

V2TimCallback(
  this.code,
  this.desc,
);