Empresa.fromJson constructor
Empresa.fromJson(
- String str
Implementation
factory Empresa.fromJson(String str) => Empresa.fromMap(json.decode(str));
factory Empresa.fromJson(String str) => Empresa.fromMap(json.decode(str));