IosContentJsonDm class
The DM used to update the contents.json
file in iOS with the splash image
Constructors
-
IosContentJsonDm({required List<
Image> images, required Info info}) -
const
-
IosContentJsonDm.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
copyWith(
{List< Image> ? images, Info? info}) → IosContentJsonDm -
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