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