md5 property

String md5

Implementation

String get md5 => attributes[kMd5] ?? '';
void md5=(String x)

Implementation

set md5(String x) => attributes[kMd5] = x;