RetrieveLandingPage constructor

RetrieveLandingPage({
  1. required String? sId,
  2. required String? title,
  3. required List<Contents>? contents,
  4. required String? sTypename,
})

Implementation

RetrieveLandingPage(
    {required this.sId,
    required this.title,
    required this.contents,
    required this.sTypename});