BlogPages constructor

BlogPages({
  1. String? selfLink,
  2. int? totalItems,
})

Implementation

BlogPages({
  this.selfLink,
  this.totalItems,
});