rating property
double?
get
rating
Rating of an app or website which is advertised.
Implementation
double? get rating {
return _safeValue<num>('rating')?.toDouble();
}
Rating of an app or website which is advertised.
double? get rating {
return _safeValue<num>('rating')?.toDouble();
}