PlatformAndroid constructor

PlatformAndroid({
  1. required String $id,
  2. required String $createdAt,
  3. required String $updatedAt,
  4. required String name,
  5. required PlatformType type,
  6. required String applicationId,
})

Implementation

PlatformAndroid({
  required this.$id,
  required this.$createdAt,
  required this.$updatedAt,
  required this.name,
  required this.type,
  required this.applicationId,
});