projectType property

  1. @JsonKey(name: 'project-type', disallowNullValue: true, required: true)
ProjectType projectType
final

Project type that utilityName is being used for.

Implementation

@JsonKey(name: 'project-type', disallowNullValue: true, required: true)
final ProjectType projectType;