Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/apex_core/ast/mod.ts>ListType

JavaScript / Node.js support for the Apex language
Go to Latest
class ListType
implements Type
extends AbstractNode
import { ListType } from "https://deno.land/x/apex_core@v0.1.0/ast/mod.ts";

Constructors

new
ListType(loc: Location | undefined, type: Type)

Properties

type: Type

Methods

string(): string