FranceSpecificAttributesDto class

France specific attributes

Inheritance

Constructors

FranceSpecificAttributesDto({String? siret, String? naf, String? itemText, String? returnText, required CountryTypeDto type})
FranceSpecificAttributesDto.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
read-onlyinherited
itemText String?
Text which is displayed in the center in front of each article.
read / write
naf String?
Branch code
read / write
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
read-onlyoverride
returnText String?
Text which is displayed in the center of each returned item.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
siret String?
14-digit number that identifies a company, a business line and a person assigned to a business activity.
read / write
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
read-onlyinherited
type CountryTypeDto
read / writeinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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