SpWMLInfo class

(en)Reference class for hints when SpWML throws an error.

(ja)SpWMLがエラーをスローする時のヒントの参照用クラスです。

Constructors

SpWMLInfo({required String errorHint})
  • errorHint : The hint text added to the error information when SpWML throws an error. Be careful not to include confidential information in this text. Basically, what should go here is the name of the spwml layout.
  • Properties

    errorHint String
    The hint text added to the error information when SpWML throws an error.
    final
    hashCode int
    The hash code for this object.
    no setterinherited
    runtimeType Type
    A representation of the runtime type of the object.
    no setterinherited

    Methods

    noSuchMethod(Invocation invocation) → dynamic
    Invoked when a nonexistent method or property is accessed.
    inherited
    toString() String
    A string representation of this object.
    inherited

    Operators

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