getIss method

String? getIss()

Implementation

String? getIss() {
  return payload['iss'];
}