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