Business.fromJson constructor

Business.fromJson(
  1. String str
)

Implementation

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