PageIdResponse constructor

const PageIdResponse({
  1. String? id,
  2. String? name,
})

Implementation

const PageIdResponse({this.id, this.name});