noteB64 property

void noteB64=(String data)

Implementation

set noteB64(String data) {
  note = base64Decode(data);
}