getContextAttributes method Null safety

  1. @Creates('ContextAttributes|Null')
Map? getContextAttributes()
@Creates('ContextAttributes|Null')

Implementation

@Creates('ContextAttributes|Null')
Map? getContextAttributes() {
  return convertNativeToDart_Dictionary(_getContextAttributes_1());
}