Provider class abstract

Provider

Properties:

  • logoURL - The URL of the organization's or brand's logo. This URL typically points to an image file (e.g., .png, .jpg, .svg) that can be displayed to visually represent the entity.
  • name_ - The official or commonly used name of the organization, brand, or entity.
Annotations
  • @BuiltValue.new()

Constructors

Provider([void updates(ProviderBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
logoURL String
The URL of the organization's or brand's logo. This URL typically points to an image file (e.g., .png, .jpg, .svg) that can be displayed to visually represent the entity.
no setter
name_ String
The official or commonly used name of the organization, brand, or entity.
no setter
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
rebuild(dynamic updates(ProviderBuilder)) Provider
Rebuilds the instance.
inherited
toBuilder() ProviderBuilder
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<Provider>
no setter