domain property

String domain

Returns the domain of this Submission.

For self-text Submissions, domains take the form of 'self.announcements'. For link Submissions, domains take the form of 'github.com'.

Implementation

String get domain => data!['domain'];