FaceElem constructor

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

Implementation

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