secret property

String? secret
getter/setter pair

Secret string, which isn't a good idea, because most of Flutter is web or mobile, so you really shouldn't be using a secret

Implementation

String? secret;