V2TIMElem constructor

V2TIMElem({
  1. int? elemType,
  2. Map<String, dynamic>? nextElem,
})

Implementation

V2TIMElem({this.elemType, this.nextElem});