Map<String, dynamic> toJson() { final result = <String, dynamic>{}; result['custom'] = custom; return result; }