FaceTemplate({String data, int version}) { if (data != null) { this.data = data; } if (version != null) { this.version = version; } }