RuntimeApiMethodParamMetadataV15 constructor

const RuntimeApiMethodParamMetadataV15({
  1. required String name,
  2. required int typeId,
})

Implementation

const RuntimeApiMethodParamMetadataV15({required this.name, required this.typeId});