class Line::Message::Builder::Base

The Base class serves as the foundation for all message builder classes within the Line::Message::Builder DSL. It provides core functionality for defining options, handling initialization, and delegating method calls to a context object.

This class is not typically used directly but is inherited by specific message type builders (e.g., Text, Flex::Builder).