FakeCompany class
A utility class for generating fake company-related data.
This class provides static methods to generate company names, job titles, departments, and other business information for testing and prototyping.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
businessEmail(
{String? firstName, String? lastName}) → String -
companyName(
) → String -
department(
) → String -
employeeId(
) → String -
industry(
) → String -
jobTitle(
) → String -
officeLocation(
) → String -
slogan(
) → String