GheroDataVars constructor

GheroDataVars([
  1. void updates(
    1. GheroDataVarsBuilder b
    )
])

Implementation

factory GheroDataVars([void Function(GheroDataVarsBuilder b) updates]) =
    _$GheroDataVars;