ConsumerProject.fromJson constructor

ConsumerProject.fromJson(
  1. Map json_
)

Implementation

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