Authoritative ISIC-oriented business classifications for Weebi.
Composite unique key: (BusinessClassification.isicCode,
BusinessClassification.subCode). isicCode may repeat;
subCode is empty when a single Weebi activity maps to that ISIC.
SMT regimes: A=CommerceTypePb.negoce, B=artisanat, C=services.
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 Properties
-
all
→ List<
BusinessClassification> -
final
Static Methods
-
byIsic(
String isicCode) → List< BusinessClassification> - All rows sharing an ISIC code (one or more Weebi refinements).
-
byIsicAndSub(
String isicCode, [String subCode = '']) → BusinessClassification? - Lookup by ISIC + optional sub-code (defaults to empty sub).
-
compositeKey(
String isicCode, String subCode) → String