RegIdModel constructor

const RegIdModel({
  1. required String? platformName,
  2. required String? regId,
})

Implementation

const RegIdModel({required this.platformName, required this.regId});