NetworkEmotion constructor

NetworkEmotion(
  1. String unique,
  2. String name,
  3. String url
)

Implementation

NetworkEmotion(String unique, String name, this.url) : super(unique, name);