Media class
Constructors
- Media({int id, String date, String dateGmt, Guid guid, String modified, String modifiedGmt, String slug, String status, String type, String link, Title title, int author, String commentStatus, String pingStatus, String template, String permalinkTemplate, String generatedSlug, Description description, Caption caption, String altText, String mediaType, String mimeType, MediaDetails mediaDetails, int post, String sourceUrl, Links lLinks})
-
Media.fromJson(Map<
String, dynamic> json)
Properties
- altText ↔ String
-
read / write
-
read / write
- caption ↔ Caption
-
read / write
- commentStatus ↔ String
-
read / write
- date ↔ String
-
read / write
- dateGmt ↔ String
-
read / write
- description ↔ Description
-
read / write
- generatedSlug ↔ String
-
read / write
- guid ↔ Guid
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- id ↔ int
-
read / write
- link ↔ String
-
read / write
- lLinks ↔ Links
-
read / write
- mediaDetails ↔ MediaDetails
-
read / write
- mediaType ↔ String
-
read / write
- mimeType ↔ String
-
read / write
- modified ↔ String
-
read / write
- modifiedGmt ↔ String
-
read / write
- permalinkTemplate ↔ String
-
read / write
- pingStatus ↔ String
-
read / write
- post ↔ int
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- slug ↔ String
-
read / write
- sourceUrl ↔ String
-
read / write
- status ↔ String
-
read / write
- template ↔ String
-
read / write
- title ↔ Title
-
read / write
- type ↔ String
-
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited