length property

int length

Length of current field

Implementation

int get length => name.toString().length + content.toString().length;