toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final mainPageSuffix = this.mainPageSuffix;
  final notFoundPage = this.notFoundPage;
  return {'mainPageSuffix': ?mainPageSuffix, 'notFoundPage': ?notFoundPage};
}