installs property

String? installs

Number of app installs.

Implementation

String? get installs {
  return _safeValue<String>('installs');

}