resultCode property

  1. @BuiltValueField.new(wireName: r'resultCode')
String? get resultCode

The code indicating the status of notification.

Implementation

@BuiltValueField(wireName: r'resultCode')
String? get resultCode;