DocumentFormatter class

Constructors

DocumentFormatter({String? title, String? author, String? excerpt, String? category, DateTime? date, int order = 1, String? iconUrl, String? iconDarkUrl, String? description, bool hideTableContent = false})
DocumentFormatter.fromJson(Map<String, dynamic> json)

Properties

author String?
getter/setter pair
body String?
getter/setter pair
category String?
getter/setter pair
date DateTime?
getter/setter pair
description String?
getter/setter pair
excerpt String?
getter/setter pair
feature String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hideTableContent bool
getter/setter pair
iconDarkUrl String?
getter/setter pair
iconUrl String?
getter/setter pair
order int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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