MethodInputEntryType constructor

MethodInputEntryType({
  1. required String name,
  2. required TypeId type,
})

Implementation

MethodInputEntryType({required this.name, required this.type});