AdditionalLine

class AdditionalLine : Parcelable

Constructors

Link copied to clipboard
constructor(@NonNull type: StringType, @NonNull text: StringType, lineNumber: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val CREATOR: Parcelable.Creator<AdditionalLine>

Functions

Link copied to clipboard
open fun describeContents(): Int
Link copied to clipboard
open fun lineNumber(): Int
Link copied to clipboard
@Nullable
open fun text(): StringType
Link copied to clipboard
@Nullable
open fun type(): StringType
Link copied to clipboard
open fun writeToParcel(@NonNull dest: Parcel, flags: Int)