AureusInformation class

This is the information that Aureus pulls to fill in vital information in the templates we provide. Be sure to fill ALL of it out before you start developing.

Constructors

AureusInformation({required String name, required String mission, required Safety safetySettings, required String developerName, required String developerEmail, required String userSupportURL, required List<DataPermissionObject> requestedDataPermissions, required String termsOfService, required String privacyPolicy})
const

Properties

developerEmail String
The contact email for the maintainer of this resource.
final
developerName String
The name of you or the organization that runs the application.
final
hashCode int
The hash code for this object.
no setterinherited
mission String
What your resource does. Give a 1-2 sentence pitch.
final
name String
The name of your resource.
final
privacyPolicy String
A privacy policy that determines how you handle the users' data and information.
final
requestedDataPermissions List<DataPermissionObject>
The data permissions that you want from a user in onboarding.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
safetySettings Safety
The safety object that determines how a user can change your resource to better fit their own situation.
final
termsOfService String
The terms of service for using your resource
final
userSupportURL String
The URL that users should go if they need something.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited