tag property

Implementation

@override
String get tag => _iToastNotification2.tag;
  1. @override
void tag=(String value)

Implementation

@override
set tag(String value) => _iToastNotification2.tag = value;