Return the LEC formula of the identity.
Examples
>>> from iode import Identity >>> idt = Identity("FLG/VBBP") >>> idt Identity('FLG/VBBP') >>> idt.lec 'FLG/VBBP' >>> idt.lec = "1" >>> idt Identity('1') >>> idt.lec '1'