class UnitedStates: Any
Fields
Name | Description |
---|---|
val yamlCategory: override
|
|
val localUniqueDataProvider: override
|
|
val unique: override
|
|
val iataCode: by lazy { IataCode(fakerService, "united_states") }
|
Methods
large
fun large(): resolve("united_states", "large")
ReturnValue
Name | Description |
---|---|
resolve("united_states", "large")
|
medium
fun medium(): resolve("united_states", "medium")
ReturnValue
Name | Description |
---|---|
resolve("united_states", "medium")
|
small
fun small(): resolve("united_states", "small")
ReturnValue
Name | Description |
---|---|
resolve("united_states", "small")
|
FakeDataProvider implementation for YamlCategory.AIRPORT category.