Attributes of a Flutter symbol file.

Hierarchy

  • FlutterSourcemapAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
arch?: string

The target CPU architecture.

createdAt: Date

The timestamp when the symbol file was created.

mapkind: string

The type of source map.

service?: string

The service name associated with the symbol file.

size: number

The size of the symbol file in bytes.

variant?: string

The build variant.

version?: string

The version of the service associated with the symbol file.

Generated using TypeDoc