parse static method

Implementation

static RefactoringMethodParameter parse(Map m) {
  return new RefactoringMethodParameter(m['kind'], m['type'], m['name'],
      id: m['id'], parameters: m['parameters']);
}