class Airport: Any
Fields
Name | Description |
---|---|
val yamlCategory: override
|
|
val localUniqueDataProvider: override
|
|
val unique: override
|
|
val unitedStates: by lazy { UnitedStates(fakerService) }
|
|
val europeanUnion: by lazy { EuropeanUnion(fakerService) }
|
FakeDataProvider implementation for YamlCategory.AIRPORT category.