result property
        
        dynamic
        result
        
      
getter/setter pair
      result will hold the actual response received by the api call.
Implementation
dynamic result;result will hold the actual response received by the api call.
dynamic result;