custom property

Map<String, dynamic>? get custom

Implementation

Map<String, dynamic>? get custom =>
    isCustom ? CustomPart.fromJson(toJson()).custom : null;