OwnerBuildingNameGenerator constructor

OwnerBuildingNameGenerator(
  1. String ownerName,
  2. String locationType
)

Implementation

OwnerBuildingNameGenerator(String ownerName, String locationType)
    : super(
        ListBatchGenerator(_generatorsTemplate(ownerName, locationType)),
        (results) => titledEach(results.join(" ")),
      );