pub-api-client
    Preparing search index...

    Interface PubPubspec

    interface PubPubspec {
        description?: string;
        homepage?: string;
        name: string;
        repository?: string;
        version: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    description?: string
    homepage?: string
    name: string
    repository?: string
    version: string