GrowthTrend class

Annotations
  • @JsonSerializable.new()

Constructors

GrowthTrend({required String id, required double cashGrowth, required int companyBudgetGrowth, required double companyReputationGrowth, required double employNumberGrowth, required double employSatisfactionGrowth})
const
GrowthTrend.fromJson(Map<String, dynamic> json)
factory

Properties

cashGrowth double
final
companyBudgetGrowth int
final
companyReputationGrowth double
final
employNumberGrowth double
final
employSatisfactionGrowth double
final
hashCode int
The hash code for this object.
no setteroverride
id String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? id, double? cashGrowth, int? companyBudgetGrowth, double? companyReputationGrowth, double? employNumberGrowth, double? employSatisfactionGrowth}) GrowthTrend
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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