Add comments to properties based on web docs

This commit is contained in:
krawieck 2020-08-11 02:43:03 +02:00
parent 0d42fd44ac
commit 6436244b66
1 changed files with 3 additions and 0 deletions

View File

@ -12,7 +12,10 @@ class Captcha {
final String uuid;
const Captcha({
/// A Base64 encoded png
this.png,
/// A Base64 encoded wav audio file
this.wav,
this.uuid,
});