rating property

double? get rating

Rating of an app or website which is advertised.

Implementation

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