allGets method

Map<String, dynamic> allGets()

Implementation

Map<String,dynamic> allGets(){
  return _gets;
}