class Steep::AST::MethodType::Params::RequiredKeyword
def initialize(location:, name:, type:, next_params: nil)
def initialize(location:, name:, type:, next_params: nil) super(location: location) @name = name @type = type @next_params = next_params end