ObjectGeneration constructor

const ObjectGeneration(
  1. String objectGeneration,
  2. int metaGeneration
)

Implementation

const ObjectGeneration(this.objectGeneration, this.metaGeneration);