author property

String? author
final

The name of the author publishing the app.

Minimum length=1. Maximum length=127.

Pattern "^a-z0-9?$";

Implementation

final String? author;