PlexMethodModel constructor

PlexMethodModel(
  1. String returnType,
  2. String name,
  3. List<MapEntry<String, String>> parameters
)

Implementation

PlexMethodModel(this.returnType, this.name, this.parameters);