GheroDataVars constructor

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

Implementation

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