TypeNameFormat enum

The values that indicate the content type for the payload data.

Inheritance

Constructors

TypeNameFormat()
const

Values

empty → const TypeNameFormat

The value indicating that the payload contains no data.

wellKnown → const TypeNameFormat

The value indicating that the payload contains well-known record type data.

media → const TypeNameFormat

The value indicating that the payload contains media data as defined by RFC 2046.

absoluteUri → const TypeNameFormat

The value indicating that the payload contains a uniform resource identifier.

external → const TypeNameFormat

The value indicating that the payload contains NFC external type data.

unknown → const TypeNameFormat

The value indicating that the payload data type is unknown.

unchanged → const TypeNameFormat

The value indicating that the payload is part of a series of records containing chunked data.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<TypeNameFormat>
A constant List of the values in this enum, in order of their declaration.