convert to json (full all fields)
Map<String, dynamic> toFullJson() { var data = toJson(); data['pub_key'] = pubKey; return data; }