EmailFrom.fromJson constructor

EmailFrom.fromJson(
  1. String str
)

Implementation

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