FakeCollection constructor
FakeCollection({
- required FakerXLocale locale,
Implementation
FakeCollection({required this.locale})
: number = Number(),
time = Time(),
boolean = Boolean(),
address = Address(locale),
animal = Animal(locale),
automotive = Automotive(locale),
color = Color(locale),
internet = Internet(locale),
job = Job(locale),
location = Location(locale),
lorem = Lorem(locale),
person = Person(locale),
phone = Phone(locale),
vehicle = Vehicle(locale);