Company class abstract

Company

Properties:

Annotations
  • @BuiltValue.new()

Constructors

Company([void updates(CompanyBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
homepage String?
The company website's home page.
no setter
name_ String?
The company name.
no setter
registrationNumber String?
Registration number of the company.
no setter
registryLocation String?
Registry location of the company.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taxId String?
Tax ID of the company.
no setter
type String?
The company type.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(CompanyBuilder)) Company
Rebuilds the instance.
inherited
toBuilder() CompanyBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<Company>
no setter