Buyer.fromJson constructor

Buyer.fromJson(
  1. String str
)

Implementation

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