V2TimFaceElem constructor

V2TimFaceElem({
  1. int? index,
  2. String? data,
})

Implementation

V2TimFaceElem({
  this.index,
  this.data,
});