NOverlayInfo class

오버레이의 정보를 나타내는 객체입니다.

식별자인 id와 오버레이의 종류를 나타내는 값인 type으로 구성되어 있습니다.

type과 id로 고유하게 나타낼 수 있습니다. (id가 같아도, type이 다르면 다른 오버레이로 판별합니다)

Implemented types

Constructors

NOverlayInfo({required NOverlayType type, required String id})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
id String
타입별 오버레이 식별자 (id가 같아도, type이 다르면 다른 오버레이로 판별합니다)
final
payload Map<String, dynamic>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type NOverlayType
오버레이의 종류
final

Methods

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

Operators

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