ConsumerProject.fromJson constructor
ConsumerProject.fromJson(
- Map json_
Implementation
ConsumerProject.fromJson(core.Map json_)
: this(
projectNum: json_['projectNum'] as core.String?,
);