PlanEntity class

Constructors

PlanEntity({required String id, required int importance, required String name, required String imagePath, required Features features, required String price, required String currency, required String typePlan})
PlanEntity.fromJson(Map<String, dynamic> json)
factory

Properties

currency String
final
features Features
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
imagePath String
final
importance int
final
name String
final
price String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typePlan String
final

Methods

copyWith({String? id, int? importance, String? name, String? imagePath, Features? features, String? price, String? currency, String? typePlan}) PlanEntity
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.
inherited

Operators

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