homepage property

Uri? get homepage

Implementation

Uri? get homepage =>
    data.containsKey('homepage') ? Uri.tryParse(data['homepage']) : null;