pods property

int pods

Implementation

int get pods => _pods;
void pods=(int value)

Implementation

set pods(int value) => _pods = value;