static Note fromJson(Map json) => Note( note: json['note'] as String, metadata: JsonHelpers.decode(json['metadata'], PropertyMetadata.fromJson), );