NUIMiniProgramModule class

Inheritance
Mixed-in types
  • NUIMiniProgramInterface

Constructors

NUIMiniProgramModule({required String name, required String id, required String version, String? sourceUrl, String? remoteUrl, required String description, required String brandColor, String? brandColorSecond, required String iconUrl})
NUIMiniProgramModule.empty()

Properties

brandColor String
getter/setter pair
brandColorSecond String?
getter/setter pair
createdAt DateTime?
getter/setter pair
description String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iconUrl String
getter/setter pair
id String
getter/setter pair
name String
getter/setter pair
remoteUrl String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceUrl String?
getter/setter pair
updatedAt DateTime?
getter/setter pair
version String
getter/setter pair

Methods

fromJson(Map<String, dynamic> json) NUIMiniProgramModule
inherited
getBrandColor() Color
override
getBrandColors() List<Color>
override
getIconUrl() String
override
getId() String
override
getName() String
override
getVersion() String
override
mapper() → NUIEntMapper<NUIMiniProgramModule>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toMap() Map<String, dynamic>
inherited
toMapQuery({Map<NUIEntType, EntCustomerMapper>? customMapper}) Map<String, dynamic>
inherited
toString() String
A string representation of this object.
override

Operators

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