PlexFieldModel constructor

PlexFieldModel(
  1. String type,
  2. String name
)

Implementation

PlexFieldModel(this.type, this.name);