CocLayout class

Constructors

CocLayout({int? id, int? townHall, String? layoutType, List<String>? subTypes, String? title, String? image, String? detailUrl, String? baseLink, int? views, String? source, String? baseType, DateTime? createdAt, DateTime? updatedAt})
CocLayout.fromJson(Map<String, dynamic>? json)
factory

Properties

final
baseType String?
final
createdAt DateTime?
final
detailUrl String?
final
hashCode int
The hash code for this object.
no setterinherited
id int?
final
image String?
final
layoutType String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String?
final
subTypes List<String>?
final
title String?
final
townHall int?
final
updatedAt DateTime?
final
views int?
final

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