getData method

FeatureFlagsEntity? getData()

Get response data from call API This is the standard of Unleash opensource API response

Implementation

FeatureFlagsEntity? getData() {
  return _data;
}