AppInfo constructor
const
AppInfo({})
Implementation
const factory AppInfo({
@JsonKey(name: 'appId') String? appIdAndroid, // ignore: invalid_annotation_target
@JsonKey(includeToJson: false) String? appIdIos, // ignore: invalid_annotation_target
@JsonKey(name: 'appKey') String? appKeyAndroid, // ignore: invalid_annotation_target
@JsonKey(includeToJson: false) String? appKeyIos, // ignore: invalid_annotation_target
required String developerId,
}) = _AppInfo;