Consumer.fromJson constructor

Consumer.fromJson(
  1. Map json_
)

Implementation

Consumer.fromJson(core.Map json_)
  : this(project: json_['project'] as core.String?);