$USubscribeReposMessageExtension extension
Properties
-
account
→ Account
-
Returns this data as Account.
no setter
-
accountOrNull
→ Account?
-
Returns Account if this data is Account, otherwise null.
no setter
-
commit
→ Commit
-
Returns this data as Commit.
no setter
-
commitOrNull
→ Commit?
-
Returns Commit if this data is Commit, otherwise null.
no setter
-
identity
→ Identity
-
Returns this data as Identity.
no setter
-
identityOrNull
→ Identity?
-
Returns Identity if this data is Identity, otherwise null.
no setter
-
info
→ Info
-
Returns this data as Info.
no setter
-
infoOrNull
→ Info?
-
Returns Info if this data is Info, otherwise null.
no setter
-
isAccount
→ bool
-
Returns true if this data is Account, otherwise false.
no setter
-
isCommit
→ bool
-
Returns true if this data is Commit, otherwise false.
no setter
-
isIdentity
→ bool
-
Returns true if this data is Identity, otherwise false.
no setter
-
isInfo
→ bool
-
Returns true if this data is Info, otherwise false.
no setter
-
isNotAccount
→ bool
-
Returns true if this data is not Account, otherwise false.
no setter
-
isNotCommit
→ bool
-
Returns true if this data is not Commit, otherwise false.
no setter
-
isNotIdentity
→ bool
-
Returns true if this data is not Identity, otherwise false.
no setter
-
isNotInfo
→ bool
-
Returns true if this data is not Info, otherwise false.
no setter
-
isNotUnknown
→ bool
-
Returns true if this data is not unknown object, otherwise false.
no setter
-
isUnknown
→ bool
-
Returns true if this data is unknown object, otherwise false.
no setter
-
unknown
→ Map<String, dynamic>
-
Returns this data as JSON object.
no setter
-
unknownOrNull
→ Map<String, dynamic>?
-
Returns JSON object if this data is unknown, otherwise null.
no setter