comment property

String? comment

Implementation

String? get comment => get("comment") as String;
void comment=(String? comment)

Implementation

set comment(String? comment) => set("comment", comment);