SocialReportParameters constructor
SocialReportParameters({
- required int? id,
- required DateTime? createStampUtc,
- required int? iconId,
- required String? type,
- required String? tts,
- required Coordinates? coordinates,
- required String? description,
- required int? ownerId,
- required String? ownerName,
- required int? score,
- required DateTime? updateStampUtc,
- required DateTime? expireStampUtc,
- required int? validityMins,
- required bool? hasSnapshot,
- required double? direction,
- required bool? allowThumb,
- required bool? allowUpdate,
- required bool? allowDelete,
- required bool? ownReport,
- required String? country,
Implementation
SocialReportParameters({
required this.id,
required this.createStampUtc,
required this.iconId,
required this.type,
required this.tts,
required this.coordinates,
required this.description,
required this.ownerId,
required this.ownerName,
required this.score,
required this.updateStampUtc,
required this.expireStampUtc,
required this.validityMins,
required this.hasSnapshot,
required this.direction,
required this.allowThumb,
required this.allowUpdate,
required this.allowDelete,
required this.ownReport,
required this.country,
});