ContentValues class

This class is used to store a set of values that the ContentResolver can process.

See: https://developer.android.com/reference/android/content/ContentValues See: https://github.com/aosp-mirror/platform_frameworks_base/blob/master/core/java/android/content/ContentValues.java

Mixed in types

Constructors

ContentValues()
Creates an empty set of values using the default initial size.

Properties

hashCode int
The hash code for this object.
read-onlyinherited
map Map<String, dynamic>
final
parcelableCreator String
read-onlyoverride
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

describeContents() int
Describe any special objects contained in this instance's marshaled representation.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
writeToParcel(Parcel parcel, [int flags = 0]) → void
Flatten this object in to a Parcel.
override

Operators

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