id property

  1. @override
String id
final

Unique identifier for this interaction type.

This should be descriptive and unique within your application. Example: 'create_user', 'update_profile', 'delete_post'

Implementation

@override
final String id;