ActionUpdateGfxShader constructor

ActionUpdateGfxShader({
  1. String name = '',
  2. double fps = 0.0,
  3. String content = '',
  4. String contentHash = '',
})

Implementation

ActionUpdateGfxShader({
    this.name = '',
    this.fps = 0.0,
    this.content = '',
    this.contentHash = '',
});