SFSEOModel class

Implemented types

Constructors

SFSEOModel.new({required String title, String? description, List<String>? keywords = const [], String? imageUrl, String? url})
const
SFSEOModel.fromMap(Map<String, dynamic> data, {String? id})
factory

Properties

description String?
final
hashCode int
The hash code for this object.
no setterinherited
imageUrl String?
final
keywords List<String>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
final
url String?
final

Methods

copyWith({String? id, String? title, String? description, List<String>? keywords, String? imageUrl, String? url}) SFSEOModel
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDebugMap() Map<String, dynamic>
override
toMap() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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