FrontendConfig constructor
FrontendConfig({})
This is constructor of class FrontendConfig
tilt
,faceBbox
is contains object value
gender
, thumbnail
,canvas
contains String values
Implementation
FrontendConfig({
this.gender,
this.thumbnail,
this.canvas,
this.tilt,
this.faceBbox,
});