name property
The name of the application.
Minimum length=1. Maximum length=140
Pattern: "a-zA-Z0-9\-+";
Implementation
final String? name;
The name of the application.
Minimum length=1. Maximum length=140
Pattern: "a-zA-Z0-9\-+";
final String? name;