Empresa.fromJson constructor

Empresa.fromJson(
  1. String str
)

Implementation

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