TetaPlanResponse constructor

const TetaPlanResponse({
  1. required bool isPremium,
  2. required TetaPlan plan,
  3. bool? downgradedStillActive,
})

Implementation

const TetaPlanResponse({
  required this.isPremium,
  required this.plan,
  this.downgradedStillActive,
});