rating property

double? rating

Rating of an app or website which is advertised.

Implementation

double? get rating {
  return _safeValue<num>('rating')?.toDouble();
}