NiceModuleManifest class

The top-level module manifest listing all available modules.

{
  "appVersion": "2.5.0",
  "modules": [
    { "id": "inventory", "name": "Magazyn", "version": "1.2.0", ... },
    { "id": "crm",       "name": "CRM",     "version": "3.0.1", ... }
  ]
}

Constructors

NiceModuleManifest({required String appVersion, required List<NiceModuleInfo> modules, DateTime? generatedAt})
const
NiceModuleManifest.fromJson(Map<String, dynamic> json)
factory

Properties

activeModules List<NiceModuleInfo>
no setter
appVersion String
final
generatedAt DateTime?
final
hashCode int
The hash code for this object.
no setterinherited
modules List<NiceModuleInfo>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getModule(String id) NiceModuleInfo?
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